You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

35 lines
1.7 KiB

<!--pages/list/museum/index.wxml-->
<search bind:onload="search"></search>
<view class="list">
<view bindtap="gotoDetail" wx:if="{{item.title!=='苏州博物馆西馆' && item.title!=='苏州博物馆西馆探索体验馆'}}" data-item="{{item}}" url="/pages/info/museumInfo/index?id={{item.id}}" class="item" wx:for="{{list}}">
<view style="position:relative">
<image src="{{item.headimg}}" style="{{item.title!='苏州博物馆'?'':'height:353rpx;'}}" mode="aspectFill"></image>
<view class="status-text" wx:if="{{item.garden_flag_text && item.garden_flag!=1}}">{{item.garden_flag_text}}</view>
</view>
<view class="info textOver" wx:if="{{item.title!='苏州博物馆'}}">
<view class="title textOver">{{item.title}}</view>
<view class="address textOver">地址:{{item.address}}</view>
<view class="tel textOver">电话:{{item.tel}}</view>
<view class="btn">点击预约</view>
</view>
<view class="info textOver" wx:else style="height:320rpx;">
<view class="title textOver">{{item.title}}</view>
<view class="com-flex border" catchtap="gotoDetailOther">
<text>博物馆本馆</text>
<view class="btn-yy">预约</view>
</view>
<view class="tip-box">
<view class="com-flex" catchtap="gotoDetailOther" data-id='44703'>
<view>
<text>博物馆西馆</text>
</view>
<view class="btn-yy">预约</view>
</view>
</view>
</view>
</view>
</view>
<view wx:if="{{list.length==0}}" class="common-empty" style="z-index:-1">
<image mode="widthFix" src="https://static.ticket.sz-trip.com/xcxImages/other/nodata.png"></image>
<view>暂无内容</view>
</view>