|
|
|
@ -125,6 +125,7 @@
|
|
|
|
|
<view style="height:100rpx;"></view> |
|
|
|
|
<!-- 操作栏 --> |
|
|
|
|
<view class="footer acea-row row-between-wrapper"> |
|
|
|
|
<!-- #ifdef MP-WEIXIN --> |
|
|
|
|
<view class="item"> |
|
|
|
|
<button open-type="contact" class='contacButton'> |
|
|
|
|
<view style="padding-bottom: 8rpx;" class="item"> |
|
|
|
@ -133,6 +134,8 @@
|
|
|
|
|
</view> |
|
|
|
|
</button> |
|
|
|
|
</view> |
|
|
|
|
<!-- #endif --> |
|
|
|
|
|
|
|
|
|
<view class="item" @click="setCollect" v-if="storeInfo.userCollect"> |
|
|
|
|
<view class="iconfont icon-shoucang1"></view> |
|
|
|
|
<text>收藏</text> |
|
|
|
|