Browse Source

首页文旅查询新增云上观展

首页文旅查询新增云上观展
master
xuetaotao 4 years ago
parent
commit
0757c88303
  1. 11
      .idea/.gitignore
  2. 2
      app.js
  3. 10
      pages/index/index.wxml

11
.idea/.gitignore

@ -0,0 +1,11 @@
# Default ignored files
/shelf/
/workspace.xml
/vcs.xml
/jundaosuzhou_wechatxcx.iml
/modules.xml
# Datasource local storage ignored files
/../../../../../:\AAAgitProject\AAAwl_all\jundaosuzhou_wechatxcx\.idea/dataSources/
/dataSources.local.xml
# Editor-based HTTP Client requests
/httpRequests/

2
app.js

@ -22,7 +22,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.isTest20?true:false; data.isTest = data.isTest21?true:false;
this.globalData.configJson = data this.globalData.configJson = data
}) })

10
pages/index/index.wxml

@ -207,9 +207,9 @@
<image src="https://static.ticket.sz-trip.com/xcxImages/index/newpb6.png" mode="widthFix"></image> <image src="https://static.ticket.sz-trip.com/xcxImages/index/newpb6.png" mode="widthFix"></image>
<view>博物馆查询</view> <view>博物馆查询</view>
</view> </view>
<view bindtap="gotoPath" data-event="team_click" data-title="团体预约" data-path="/pages/pbService/group/index" class="pbservice-item"> <view bindtap="gotoUrl" data-event="cloud_click" data-title="云上观展" data-url="https://m.cloud.sz-trip.com/CloudPerform2022" class="pbservice-item">
<image src="https://static.ticket.sz-trip.com/xcxImages/index/newpb9.png" mode="widthFix"></image> <image src="https://static.ticket.sz-trip.com/xcxImages/index/newpb13.png" mode="widthFix"></image>
<view>团体预约</view> <view>云上观展</view>
</view> </view>
<view bindtap="gotoPath" data-event="review_click" data-title="精彩回顾" data-path="/pages/pbService/activity/index" class="pbservice-item"> <view bindtap="gotoPath" data-event="review_click" data-title="精彩回顾" data-path="/pages/pbService/activity/index" class="pbservice-item">
@ -229,6 +229,10 @@
<image src="https://static.ticket.sz-trip.com/xcxImages/index/newpb12.png" mode="widthFix"></image> <image src="https://static.ticket.sz-trip.com/xcxImages/index/newpb12.png" mode="widthFix"></image>
<view>国保微展示</view> <view>国保微展示</view>
</view> </view>
<view bindtap="gotoPath" data-event="team_click" data-title="团体预约" data-path="/pages/pbService/group/index" class="pbservice-item">
<image src="https://static.ticket.sz-trip.com/xcxImages/index/newpb9.png" mode="widthFix"></image>
<view>团体预约</view>
</view>
</view> </view>
</scroll-view> </scroll-view>
<view class="scroll-line"> <view class="scroll-line">

Loading…
Cancel
Save