From c2bce108bab2b3c78d0a0df4590556a78aa16bd3 Mon Sep 17 00:00:00 2001 From: jiazhipeng Date: Sat, 22 Feb 2025 13:19:58 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E9=85=92=E5=BA=97=E6=9B=B4?= =?UTF-8?q?=E6=8D=A2=E6=96=B0=E8=83=BD=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.js | 2 +- pages/index/index.wxml | 8 ++++---- subPackages/goods/oneCardTour/info/index.js | 1 - subPackages/goods/oneCardTour/info/index.wxml | 5 ++++- 4 files changed, 9 insertions(+), 7 deletions(-) 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}}