|
|
@ -17,10 +17,17 @@ |
|
|
<view class="dot{{index===activeBannerIndex?' active':''}}" wx:for="{{banner}}" wx:key="index"></view> |
|
|
<view class="dot{{index===activeBannerIndex?' active':''}}" wx:for="{{banner}}" wx:key="index"></view> |
|
|
</view> --> |
|
|
</view> --> |
|
|
|
|
|
|
|
|
<view class="top-box" style="top: {{systemStyle.padHeight}}px;right:{{systemStyle.right+20}}px"> |
|
|
<view class="top-box" style="top: {{systemStyle.padHeight}}px;right:{{systemStyle.right+10}}px"> |
|
|
|
|
|
<view wx:if="{{weather}}" style="display: flex;flex-shrink: 0;"> |
|
|
|
|
|
<image lazy-load src="{{weather.icon2}}" style="margin-left:0" mode="aspectFill"></image> |
|
|
|
|
|
<view class="weather-num">{{weather.max_temp}}°</view> |
|
|
|
|
|
<view class="weather">{{weather.weather}}</view> |
|
|
|
|
|
<image style="margin: 0 30rpx;" lazy-load bindtap="gotoPath" data-path="/pages/user/service/index" |
|
|
|
|
|
src="https://static.ticket.sz-trip.com/uploads/20250714/1f3ac6a7144c6e6849edad89289061cc.png" mode="aspectFill"></image> |
|
|
|
|
|
</view> |
|
|
<navigator url="/pages/search/index" catchtap="pagePoint" data-event="search_click" class="search-box textOver"> |
|
|
<navigator url="/pages/search/index" catchtap="pagePoint" data-event="search_click" class="search-box textOver"> |
|
|
<image src="https://static.ticket.sz-trip.com/uploads/20250526/f7cbe782688db5e39d30a24e4a2724b6.png" class="iconfont" style="width: 26rpx;height: 26rpx;"></image> |
|
|
<image src="https://static.ticket.sz-trip.com/uploads/20250526/f7cbe782688db5e39d30a24e4a2724b6.png" class="iconfont" style="width: 26rpx;height: 26rpx;"></image> |
|
|
<view class="textOver" >搜一搜您想要的</view> |
|
|
<view class="textOver" style="color:#000000">搜索您想要的</view> |
|
|
</navigator> |
|
|
</navigator> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
|
|