Commit 13a5ab82 authored by 王建威's avatar 王建威

bug fix

parent 904b4efc
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
"mode": "history", "mode": "history",
"base": "/uni" "base": "/uni"
}, },
"publicPath": "https://dbc-static.oss-cn-beijing.aliyuncs.com/dbc-shop/uni/test/1.0.26/", "publicPath": "https://dbc-static.oss-cn-beijing.aliyuncs.com/dbc-shop/uni/mirror/1.0.26/",
"optimization": { "optimization": {
"treeShaking": { "treeShaking": {
"enable": true "enable": true
......
...@@ -145,11 +145,11 @@ ...@@ -145,11 +145,11 @@
<view class="poupp_nper_detail"> <view class="poupp_nper_detail">
<view> <view>
<text>第1期 支付</text> <text>第1期 支付</text>
<text>¥ {{e_info.first_payment}}</text> <text>¥ {{(Number(e_info.first_payment)+(Number(e_info.equipment_price)-Number(e_info.advance_payment))*Number(e_info.count)).toFixed(2)}}</text>
</view> </view>
<view> <view>
<text>剩余{{e_info.periods_num}}期 每期支付</text> <text>剩余{{e_info.periods_num}}期 每期支付</text>
<text>¥ {{e_info.remaining_payment}}</text> <text>¥ {{(Number(e_info.remaining_payment)+(Number(e_info.equipment_price)-Number(e_info.advance_payment))*Number(e_info.count)).toFixed(2)}}</text>
</view> </view>
</view> </view>
<view class="profile">利息每期(元):¥{{((Number(e_info.equipment_price)-Number(e_info.advance_payment))*Number(e_info.count)).toFixed(2)}}</view> <view class="profile">利息每期(元):¥{{((Number(e_info.equipment_price)-Number(e_info.advance_payment))*Number(e_info.count)).toFixed(2)}}</view>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment