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"
}).then(res => {
let data = JSON.parse(res.data);
data.isTest = data.isTest124? true : false;
data.isTest = data.isTest125? true : false;
this.globalData.configJson = data
}).then(() => {
// 获取ui配置文件

4
pages/list/museum/index.wxml

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

Loading…
Cancel
Save