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

bugfix

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