Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
shop_mobile_uni
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
郑秀明
shop_mobile_uni
Commits
97f0feb6
Commit
97f0feb6
authored
Apr 17, 2020
by
王建威
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bugfix
parent
7da5a726
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
29 deletions
+25
-29
applypage1.vue
pages/apply/applypage1.vue
+25
-28
installmentinfo.vue
pages/installment/installmentinfo.vue
+0
-1
No files found.
pages/apply/applypage1.vue
View file @
97f0feb6
...
@@ -116,7 +116,6 @@
...
@@ -116,7 +116,6 @@
}
}
},
},
onLoad
(
option
)
{
onLoad
(
option
)
{
if
(
option
.
contract_no
)
{
this
.
contract_no
=
option
.
contract_no
;
this
.
contract_no
=
option
.
contract_no
;
uni
.
request
({
uni
.
request
({
url
:
`/uni/api/userqualification/GetUserQualification/
${
option
.
contract_no
}
`
,
url
:
`/uni/api/userqualification/GetUserQualification/
${
option
.
contract_no
}
`
,
...
@@ -133,10 +132,6 @@
...
@@ -133,10 +132,6 @@
equipment_id
:
d
.
equipment_id
,
equipment_id
:
d
.
equipment_id
,
property_id
:
d
.
property_id
property_id
:
d
.
property_id
}
}
}
}
});
}
else
{
}
else
{
uni
.
getStorage
({
uni
.
getStorage
({
key
:
'installment'
,
key
:
'installment'
,
...
@@ -145,7 +140,9 @@
...
@@ -145,7 +140,9 @@
}
}
});
});
}
}
}
});
},
},
mounted
()
{
mounted
()
{
// #ifdef H5
// #ifdef H5
...
...
pages/installment/installmentinfo.vue
View file @
97f0feb6
...
@@ -20,7 +20,6 @@
...
@@ -20,7 +20,6 @@
<text
class=
"goods_price"
>
{{
isLogin
?
e_info
.
equipment_price
:
'登录显示价格'
}}
</text>
<text
class=
"goods_price"
>
{{
isLogin
?
e_info
.
equipment_price
:
'登录显示价格'
}}
</text>
<text
class=
"goods_label"
>
分期购
</text>
<text
class=
"goods_label"
>
分期购
</text>
</view>
</view>
<text
class=
"sales_num"
>
已售出
{{
data
.
EquipmentInfo
.
sales
}}
件
</text>
</view>
</view>
<view
class=
"goods_name"
>
{{
data
.
EquipmentInfo
.
equipment_name
}}
</view>
<view
class=
"goods_name"
>
{{
data
.
EquipmentInfo
.
equipment_name
}}
</view>
<view
class=
"goods_subname"
>
{{
data
.
EquipmentInfo
.
goods_subname
}}
</view>
<view
class=
"goods_subname"
>
{{
data
.
EquipmentInfo
.
goods_subname
}}
</view>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment