diff --git a/app.js b/app.js index 9346f28..8f07bc1 100644 --- a/app.js +++ b/app.js @@ -38,7 +38,7 @@ App({ // 获取前端配置文件 commonApi._post("pbservice/Other/getClientConfig", {unique_key: "wechatxcx"}).then(res => { let data = JSON.parse(res.data); - data.isTest = data.isTest113? true : false; + data.isTest = data.isTest115? true : false; data.indexSeason = null this.globalData.configJson = data }).then(() => { diff --git a/pages/info/sceneProductInfo/index.js b/pages/info/sceneProductInfo/index.js index 5725af7..916c409 100644 --- a/pages/info/sceneProductInfo/index.js +++ b/pages/info/sceneProductInfo/index.js @@ -899,7 +899,6 @@ Page({ changeMenu: function (e) { let index = e.currentTarget.dataset.index, that = this; - if (Array.isArray(this.data.skuDoms) && this.data.skuDoms.length>0) { console.log('进入暂存数据') try { @@ -1012,7 +1011,7 @@ Page({ showTabIndex:value }) }, - changeMenu: function (e) { + changePopMenu: function (e) { let value = e.currentTarget.dataset.index this.setData({ menuType:value diff --git a/pages/info/sceneProductInfo/index.wxml b/pages/info/sceneProductInfo/index.wxml index bbe5b07..70ed99d 100644 --- a/pages/info/sceneProductInfo/index.wxml +++ b/pages/info/sceneProductInfo/index.wxml @@ -157,15 +157,15 @@ product="{{product}}" datePrice="{{skuPriceDate}}" endDays="{{30}}"> - 预订须知 - + 预订须知 + 预订须知 产品详情 - + @@ -288,9 +288,9 @@ - 景点介绍 - 开放时间 - 优待政策 + 景点介绍 + 开放时间 + 优待政策 {{menuType==0?"景点介绍":menuType==1?"开放时间":"优待政策"}} diff --git a/pages/info/sceneProductInfo/index.wxss b/pages/info/sceneProductInfo/index.wxss index 24e6be0..6e92015 100644 --- a/pages/info/sceneProductInfo/index.wxss +++ b/pages/info/sceneProductInfo/index.wxss @@ -1003,7 +1003,7 @@ line-height: 93rpx; .scroll-menus{ - padding: 26rpx 33rpx; + padding: 0rpx 33rpx 26rpx; display: flex; justify-content: space-between; align-items: center;