|
@@ -21,17 +21,23 @@
|
|
|
</swiper>
|
|
|
</view>
|
|
|
<view
|
|
|
- class="business-name"
|
|
|
- bind:tap="shopCollect">
|
|
|
- <text
|
|
|
- wx:for="{{objShopDetail.shop_name}}"
|
|
|
- wx:key="index">{{item}}</text>
|
|
|
- <image
|
|
|
- src="../../image/common/bookmark_0.png"
|
|
|
- wx:if="{{searchForm.type === 1}}"></image>
|
|
|
- <image
|
|
|
- src="../../image/common/bookmark_1.png"
|
|
|
- wx:elif="{{searchForm.type === 2}}"></image>
|
|
|
+ class="business-name">
|
|
|
+ <view class="name-wrap">
|
|
|
+ <text
|
|
|
+ wx:for="{{objShopDetail.shop_name + objShopDetail.shop_name + objShopDetail.shop_name}}"
|
|
|
+ wx:key="index">{{item}}</text>
|
|
|
+ </view>
|
|
|
+ <view
|
|
|
+ class="btn-bookmark"
|
|
|
+ bind:tap="shopCollect">
|
|
|
+ <image
|
|
|
+ src="../../image/common/bookmark_0.png"
|
|
|
+ wx:if="{{searchForm.type === 1}}"></image>
|
|
|
+ <image
|
|
|
+ src="../../image/common/bookmark_1.png"
|
|
|
+ wx:elif="{{searchForm.type === 2}}"></image>
|
|
|
+ 收藏
|
|
|
+ </view>
|
|
|
</view>
|
|
|
<customer-tab
|
|
|
nav="{{nav}}"
|