Browse Source

博物馆西馆跳回本平台页面

master
chenkainan 2 years ago
parent
commit
6939efc2a8
  1. 2
      app.js
  2. 4
      pages/list/museum/index.wxml

2
app.js

@ -21,7 +21,7 @@ App({
unique_key: "wechatxcx" unique_key: "wechatxcx"
}).then(res => { }).then(res => {
let data = JSON.parse(res.data); let data = JSON.parse(res.data);
data.isTest = data.isTest124? true : false; data.isTest = data.isTest125? true : false;
this.globalData.configJson = data this.globalData.configJson = data
}).then(() => { }).then(() => {
// 获取ui配置文件 // 获取ui配置文件

4
pages/list/museum/index.wxml

@ -19,11 +19,11 @@
<view class="btn-yy">预约</view> <view class="btn-yy">预约</view>
</view> </view>
<view class="tip-box"> <view class="tip-box">
<view class="com-flex" catchtap="gotoDetailOther" data-id='44703'> <view class="com-flex" catchtap="gotoDetail" data-item="{{list[1]}}">
<view> <view>
<text>博物馆西馆</text> <text>博物馆西馆</text>
</view> </view>
<view class="btn-yy">预约</view> <view class="btn-yy">查看</view>
</view> </view>
</view> </view>
</view> </view>

Loading…
Cancel
Save