Browse Source

户外游

master
jiazhipeng 1 year ago
parent
commit
fdf70aca7e
  1. 2
      app.js
  2. 2
      pages/index/imgSource.js
  3. 4
      pages/index/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.isTest176? true : false; data.isTest = data.isTest177? true : false;
this.globalData.configJson = data this.globalData.configJson = data
}).then(() => { }).then(() => {
// 获取ui配置文件 // 获取ui配置文件

2
pages/index/imgSource.js

@ -10,7 +10,7 @@ const imageSource = {
"https://static.ticket.sz-trip.com/uploads/20241225/661fcc7e02d2c5d734a43d5dbbe79363.png", "https://static.ticket.sz-trip.com/uploads/20241225/661fcc7e02d2c5d734a43d5dbbe79363.png",
"https://static.ticket.sz-trip.com/uploads/20241225/f0e901bc9ab4c988295e4a2f88cb3ffe.png", "https://static.ticket.sz-trip.com/uploads/20241225/f0e901bc9ab4c988295e4a2f88cb3ffe.png",
"https://static.ticket.sz-trip.com/uploads/20241225/ebb4be1738d227f6deb3f895db663eed.png", "https://static.ticket.sz-trip.com/uploads/20241225/ebb4be1738d227f6deb3f895db663eed.png",
"https://static.ticket.sz-trip.com/uploads/20241225/1c847b7edcee6fec2928da4280ef19ca.png", "https://static.ticket.sz-trip.com/uploads/20250313/11f63fdb6dea69c4f1b29677d74d1b3e.png",
], ],
// 数字文旅 // 数字文旅
SZWL: [ SZWL: [

4
pages/index/index.wxml

@ -82,9 +82,9 @@
<image src="{{imageSourceList.mainFunImgs[8]}}" mode="widthFix"></image> <image src="{{imageSourceList.mainFunImgs[8]}}" mode="widthFix"></image>
<view class="top-icon-text">一日游</view> <view class="top-icon-text">一日游</view>
</view> </view>
<view bindtap="gotoUrl" data-event="movie" data-title="研学游" data-url="https://m.cloud.sz-trip.com/LearningTravel" class="top-icon-item"> <view bindtap="gotoUrl" data-event="movie" data-title="户外游" data-url="https://m.cloud.sz-trip.com/LearningTravel" class="top-icon-item">
<image src="{{imageSourceList.mainFunImgs[9]}}" mode="widthFix"></image> <image src="{{imageSourceList.mainFunImgs[9]}}" mode="widthFix"></image>
<view class="top-icon-text">研学游</view> <view class="top-icon-text">户外游</view>
</view> </view>
</view> </view>
<view class="content"> <view class="content">

Loading…
Cancel
Save