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
725f9295
Commit
725f9295
authored
Aug 28, 2020
by
王建威
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug fix
parent
a2e89c29
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
3 deletions
+7
-3
certification.vue
pages/certification/certification.vue
+5
-1
checkstand.vue
pages/checkstand/checkstand.vue
+1
-1
installmentinfo.vue
pages/installment/installmentinfo.vue
+1
-1
No files found.
pages/certification/certification.vue
View file @
725f9295
...
...
@@ -199,8 +199,12 @@
this
.
monthlySign
();
return
}
// uni.navigateTo({
// url: '/pages/apply/choosetype'
// });
const
d
=
uni
.
getStorageSync
(
'installment'
);
uni
.
navigateTo
({
url
:
'/pages/apply/choosetype'
url
:
`/pages/apply/applypage1?property_id=
${
d
.
property_id
}
&equipment_id=
${
d
.
equipment_id
}
`
});
}
else
{
uni
.
hideToast
();
...
...
pages/checkstand/checkstand.vue
View file @
725f9295
...
...
@@ -96,7 +96,7 @@
const
install
=
uni
.
getStorageSync
(
'installment'
);
const
{
equipment_id
,
property_id
}
=
install
;
uni
.
request
({
url
:
`/uni/api/repayment/PayDetails?contract_no=
${
this
.
contract_no
}
`
,
url
:
`/uni/api/repayment/PayDetails?contract_no=
${
this
.
contract_no
||
install
.
contract_no
}
`
,
method
:
'GET'
,
dataType
:
'json'
,
success
:
(
res
)
=>
{
...
...
pages/installment/installmentinfo.vue
View file @
725f9295
...
...
@@ -152,7 +152,7 @@
<text>
¥
{{
e_info
.
remaining_payment
}}
</text>
</view>
</view>
<view
class=
"profile"
>
利息每期(元):¥
{{
(
Number
(
e_info
.
equipment_price
)
-
Number
(
e_info
.
advance_payment
))
*
Number
(
e_info
.
count
)
}}
</view>
<view
class=
"profile"
>
利息每期(元):¥
{{
(
(
Number
(
e_info
.
equipment_price
)
-
Number
(
e_info
.
advance_payment
))
*
Number
(
e_info
.
count
)).
toFixed
(
2
)
}}
</view>
</view>
<view
class=
"poupp_tips"
>
金融分期需要上传金融资质, 包含法人信息/企业执照/银行流水等…
</view>
<view
class=
"poupp_btn"
@
click=
"buy_now()"
>
立即分期
</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