diff --git a/app.js b/app.js index 06fae80..2d29919 100644 --- a/app.js +++ b/app.js @@ -21,7 +21,7 @@ App({ unique_key: "wechatxcx" }).then(res => { let data = JSON.parse(res.data); - data.isTest = data.isTest171? true : false; + data.isTest = data.isTest173? true : false; this.globalData.configJson = data }).then(() => { // 获取ui配置文件 diff --git a/pages/index/index.wxml b/pages/index/index.wxml index 3cc6f36..3714909 100644 --- a/pages/index/index.wxml +++ b/pages/index/index.wxml @@ -65,15 +65,15 @@ 景点门票 - + - + 夜游苏州 diff --git a/subPackages/goods/oneCardTour/info/index.js b/subPackages/goods/oneCardTour/info/index.js index cf40f15..ea8eb10 100644 --- a/subPackages/goods/oneCardTour/info/index.js +++ b/subPackages/goods/oneCardTour/info/index.js @@ -811,7 +811,6 @@ Page({ let scrollTop = res[0].top + res[1].scrollTop - 110 * ratio - 44; wx.pageScrollTo({ scrollTop: scrollTop + 4, - duration: 0 }) that.setData({ diff --git a/subPackages/goods/oneCardTour/info/index.wxml b/subPackages/goods/oneCardTour/info/index.wxml index a7669fe..aab520f 100644 --- a/subPackages/goods/oneCardTour/info/index.wxml +++ b/subPackages/goods/oneCardTour/info/index.wxml @@ -12,6 +12,8 @@ {{info.title}} + 已售{{info.sales_number>999?'999+':info.sales_number}} + @@ -29,7 +31,8 @@ {{tag}} - 已售{{item.sales_number>999?'999+':item.sales_number}} + + {{sku.price?sku.price/100:0}}