Browse Source

提交

master
shaojing 2 years ago
parent
commit
5725387339
  1. 2
      pages/index/index.wxml

2
pages/index/index.wxml

@ -488,7 +488,7 @@
<image mode="heightFix" style="height:86rpx" src="{{indexSeason.csjwlpt}}"></image>
<image class="rmtj-right" src="https://static.ticket.sz-trip.com/uploads/20240428/f6648d96e0f6d99cc8d82633b5ad1536.png" mode=""/>
</view>
<view class="other-plats" wx:if="{{otherPlat}}">
<view class="other-plats" wx:if="{{otherPlat&&!isTest}}">
<view class="other-plat" wx:for="{{otherPlat}}" bindtap="gotoOther" data-item="{{item}}" wx:key="this">
<image src="{{item.icon}}" mode="widthFix"></image>
<view>{{item.name}}</view>

Loading…
Cancel
Save