|
|
|
@ -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> |
|
|
|
|