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.
10 lines
443 B
10 lines
443 B
<view class="destination">
|
|
<image wx:if="{{shop.logoPath}}" class="logo" mode="aspectFit" src="{{shop.logoPath}}"></image>
|
|
<view class="name {{!shop.logoPath?'noicon':''}}">{{shop.name}}</view>
|
|
<view class="meta {{!shop.logoPath?'noicon':''}}">
|
|
<view> {{shop.floorName}}</view>
|
|
<view> {{shop.shopFormat}}</view>
|
|
</view>
|
|
<view class="border"></view>
|
|
<image class="exit" src="./close.png" bindtap="handleTap"></image>
|
|
</view>
|