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.
6 lines
395 B
6 lines
395 B
<view class="destination">
|
|
<image wx:if="{{shop.logoPath}}" mode="aspectFit" src="https://huiju.mapais.com/bjyj/{{shop.logoPath}}"></image>
|
|
<view class="name {{!shop.logoPath?'noicon':''}}">{{shop.name}}</view>
|
|
<view class="meta {{!shop.logoPath?'noicon':''}}">{{shop.floorName}}<view wx:if="{{shop.floorName && shop.shopFormat}}" class="sep"></view>
|
|
{{shop.shopFormat}}</view>
|
|
</view>
|