修改首页功能
This commit is contained in:
@ -36,7 +36,7 @@
|
||||
{{ shopInfo.name }}
|
||||
</view>
|
||||
</view>
|
||||
<view
|
||||
<!-- <view
|
||||
class="column white br60 sm flex-none subscribe-btn m-t-20"
|
||||
:class="{ gray: shopInfo.shop_follow_status === 1 }"
|
||||
@tap="changeShopFollowFun"
|
||||
@ -45,7 +45,7 @@
|
||||
{{ shopInfo.shop_follow_status === 1 ? '已关注' : '关注' }}
|
||||
</view>
|
||||
<view class="xxs m-t-5"> {{ shopInfo.follow_num }}人关注 </view>
|
||||
</view>
|
||||
</view> -->
|
||||
</view>
|
||||
</view>
|
||||
<view class="store-header bg-white">
|
||||
@ -63,18 +63,18 @@
|
||||
src="../../static/images/Certificate.png"
|
||||
></image>
|
||||
</view>
|
||||
<router-link
|
||||
<!-- <router-link
|
||||
:to="{ path: '/bundle/pages/chat/chat', query: { shop_id: shopInfo.id } }"
|
||||
>
|
||||
<view class="store-row flex row-between">
|
||||
<view class="">联系客服</view>
|
||||
<view class="">联系客服</view> -->
|
||||
<!-- <u-icon name="arrow-right" /> -->
|
||||
<image
|
||||
<!-- <image
|
||||
style="height: 40rpx; width: 40rpx"
|
||||
src="../../static/images/service.png"
|
||||
></image>
|
||||
</view>
|
||||
</router-link>
|
||||
</router-link> -->
|
||||
</view>
|
||||
<view class="store-header m-t-20 bg-white">
|
||||
<view class="store-row flex row-between" @click="showPopup = true">
|
||||
|
||||
Reference in New Issue
Block a user