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
a2e89c29
Commit
a2e89c29
authored
Aug 28, 2020
by
王建威
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'wjw_ins_upadte'
parents
0b23bfec
c65a04a5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
3 deletions
+13
-3
checkstand.vue
pages/checkstand/checkstand.vue
+1
-1
financialstage.vue
pages/financial/financialstage.vue
+2
-2
installmentinfo.vue
pages/installment/installmentinfo.vue
+10
-0
No files found.
pages/checkstand/checkstand.vue
View file @
a2e89c29
...
@@ -87,7 +87,7 @@
...
@@ -87,7 +87,7 @@
}
}
},
},
onLoad
(
options
){
onLoad
(
options
){
this
.
contract_no
=
options
.
contract_no
;
this
.
contract_no
=
options
.
contract_no
||
''
;
this
.
loadData
();
this
.
loadData
();
this
.
isWx
=
isWeixin
();
this
.
isWx
=
isWeixin
();
},
},
...
...
pages/financial/financialstage.vue
View file @
a2e89c29
...
@@ -60,13 +60,13 @@
...
@@ -60,13 +60,13 @@
<i
class=
"fin_rec_label fin_rec_label1"
>
限时
</i>
<i
class=
"fin_rec_label fin_rec_label1"
>
限时
</i>
<i
class=
"fin_rec_label fin_rec_label2"
>
免息
</i>
<i
class=
"fin_rec_label fin_rec_label2"
>
免息
</i>
</text>
</text>
<
text
v-else
style=
"height: 52rpx;"
></text
>
<
view
v-else
style=
"height: 52rpx;"
></view
>
<text
class=
"fin_rec_goodsname"
>
{{
val
.
equipment_name
}}
</text>
<text
class=
"fin_rec_goodsname"
>
{{
val
.
equipment_name
}}
</text>
<!--
<text
class=
"fin_rec_goodssubname"
>
限量版宝璐天然粮
</text>
-->
<!--
<text
class=
"fin_rec_goodssubname"
>
限量版宝璐天然粮
</text>
-->
<text
class=
"fin_rec_goodprice"
>
<text
class=
"fin_rec_goodprice"
>
<text
v-if=
"isLogin"
>
¥
</text>
{{
isLogin
?
val
.
equipment_price
:
'登录显示价格'
}}
<text
v-if=
"isLogin"
>
¥
</text>
{{
isLogin
?
val
.
equipment_price
:
'登录显示价格'
}}
</text>
</text>
<text
class=
"fin_rec_goodssubname"
>
{{
val
.
periods_num
}}
期免息
</text>
<text
class=
"fin_rec_goodssubname"
v-if=
"Number(val.count) === 0"
>
{{
val
.
periods_num
}}
期免息
</text>
</view>
</view>
</view>
</view>
</view>
</view>
...
...
pages/installment/installmentinfo.vue
View file @
a2e89c29
...
@@ -65,12 +65,14 @@
...
@@ -65,12 +65,14 @@
<view>
定金 (元)
</view>
<view>
定金 (元)
</view>
<view>
第1期还款
</view>
<view>
第1期还款
</view>
<view>
剩余每期还款
</view>
<view>
剩余每期还款
</view>
<view>
利率
</view>
</view>
</view>
<view
class=
"table_item"
v-for=
"(val, index) in data.Equipmentproperty"
:key=
"index"
>
<view
class=
"table_item"
v-for=
"(val, index) in data.Equipmentproperty"
:key=
"index"
>
<view>
{{
Number
(
val
.
periods_num
)
+
1
}}
期
</view>
<view>
{{
Number
(
val
.
periods_num
)
+
1
}}
期
</view>
<view>
{{
val
.
advance_payment
}}
</view>
<view>
{{
val
.
advance_payment
}}
</view>
<view>
{{
val
.
first_payment
}}
</view>
<view>
{{
val
.
first_payment
}}
</view>
<view>
{{
val
.
remaining_payment
}}
</view>
<view>
{{
val
.
remaining_payment
}}
</view>
<view>
{{
val
.
count
*
100
}}
%
</view>
</view>
</view>
</view>
</view>
</view>
</view>
...
@@ -150,6 +152,7 @@
...
@@ -150,6 +152,7 @@
<text>
¥
{{
e_info
.
remaining_payment
}}
</text>
<text>
¥
{{
e_info
.
remaining_payment
}}
</text>
</view>
</view>
</view>
</view>
<view
class=
"profile"
>
利息每期(元):¥
{{
(
Number
(
e_info
.
equipment_price
)
-
Number
(
e_info
.
advance_payment
))
*
Number
(
e_info
.
count
)
}}
</view>
</view>
</view>
<view
class=
"poupp_tips"
>
金融分期需要上传金融资质, 包含法人信息/企业执照/银行流水等…
</view>
<view
class=
"poupp_tips"
>
金融分期需要上传金融资质, 包含法人信息/企业执照/银行流水等…
</view>
<view
class=
"poupp_btn"
@
click=
"buy_now()"
>
立即分期
</view>
<view
class=
"poupp_btn"
@
click=
"buy_now()"
>
立即分期
</view>
...
@@ -925,6 +928,13 @@
...
@@ -925,6 +928,13 @@
font-size: 28rpx;
font-size: 28rpx;
margin: 20rpx auto 0;
margin: 20rpx auto 0;
}
}
.profile {
color: #BDBDBD;
font-size: 26rpx;
height: 36rpx;
line-height: 36rpx;
margin-top: 24rpx;
}
}
}
.no_data {
.no_data {
font-size: 32rpx;
font-size: 32rpx;
...
...
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