jiazhipeng 12 months ago
parent
commit
590b2235ed
  1. 2
      app.js
  2. 2
      pages/index/index.wxml

2
app.js

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

2
pages/index/index.wxml

@ -1,7 +1,7 @@
<!--pages/indexs/index.wxml-->
<title title="君到苏州(文化旅游总入口)"></title>
<!-- 后台获取的季节动图 -->
<image class="top-bg-img" src="https://static.ticket.sz-trip.com/uploads/20250429/1c137d2a4e74ea71a55bd74bb530560f.png" mode="widthFix"></image>
<image class="top-bg-img" src="https://static.ticket.sz-trip.com/jundaosuzhou/images/index51/topBgs.gif" mode="widthFix"></image>
<view wx:if="{{weather}}" class="top-box" style="height: 63rpx">
<image src="{{weather.icon2}}" style="margin-left:0" mode="aspectFill"></image>
<view class="weather-num">{{weather.max_temp}}°</view>

Loading…
Cancel
Save