Commit 8a55f5a6 authored by 郑秀明's avatar 郑秀明

bugfix

parent 0a8b5acb
......@@ -2,7 +2,7 @@
"name": "shop_mobile_uni",
"appid": "__UNI__F904656",
"description": "",
"versionName": "1.0.8",
"versionName": "1.0.9",
"versionCode": "100",
"transformPx": false,
"app-plus": {
......@@ -51,7 +51,7 @@
"mode": "history",
"base": "/uni"
},
"publicPath": "https://dbc-static.oss-cn-beijing.aliyuncs.com/dbc-shop/uni/test/1.0.8/",
"publicPath": "https://dbc-static.oss-cn-beijing.aliyuncs.com/dbc-shop/uni/test/1.0.9/",
"optimization": {
"treeShaking": {
"enable": true
......
......@@ -25,7 +25,7 @@
<text>¥ {{data.first_payment}}</text>
</view>
<view>
<text>剩余9期 每期支付</text>
<text>剩余{{data.periods_num-1}}期 每期支付</text>
<text>¥ {{data.remaining_payment}}</text>
</view>
</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