去除小程序外的客服按钮
This commit is contained in:
@ -125,6 +125,7 @@
|
|||||||
<!-- 操作栏 -->
|
<!-- 操作栏 -->
|
||||||
<view style="height:100rpx;"></view>
|
<view style="height:100rpx;"></view>
|
||||||
<view class="footer acea-row row-between-wrapper">
|
<view class="footer acea-row row-between-wrapper">
|
||||||
|
<!-- #ifdef MP-WEIXIN -->
|
||||||
<view class="item">
|
<view class="item">
|
||||||
<button open-type="contact" class='contacButton'>
|
<button open-type="contact" class='contacButton'>
|
||||||
<view style="padding-bottom: 8rpx;" class="item">
|
<view style="padding-bottom: 8rpx;" class="item">
|
||||||
@ -133,6 +134,8 @@
|
|||||||
</view>
|
</view>
|
||||||
</button>
|
</button>
|
||||||
</view>
|
</view>
|
||||||
|
<!-- #endif -->
|
||||||
|
|
||||||
<view class="item" @click="setCollect" v-if="userCollect">
|
<view class="item" @click="setCollect" v-if="userCollect">
|
||||||
<view class="iconfont icon-shoucang1"></view>
|
<view class="iconfont icon-shoucang1"></view>
|
||||||
<text>收藏</text>
|
<text>收藏</text>
|
||||||
|
@ -42,6 +42,7 @@
|
|||||||
<!-- 操作栏 -->
|
<!-- 操作栏 -->
|
||||||
<view style="height:100rpx;"></view>
|
<view style="height:100rpx;"></view>
|
||||||
<view class="footer acea-row row-between-wrapper">
|
<view class="footer acea-row row-between-wrapper">
|
||||||
|
<!-- #ifdef MP-WEIXIN -->
|
||||||
<view class="item">
|
<view class="item">
|
||||||
<button open-type="contact" class='contacButton'>
|
<button open-type="contact" class='contacButton'>
|
||||||
<view style="padding-bottom: 8rpx;" class="item">
|
<view style="padding-bottom: 8rpx;" class="item">
|
||||||
@ -50,6 +51,7 @@
|
|||||||
</view>
|
</view>
|
||||||
</button>
|
</button>
|
||||||
</view>
|
</view>
|
||||||
|
<!-- #endif -->
|
||||||
<view class="item" @click="setCollect" v-if="userCollect">
|
<view class="item" @click="setCollect" v-if="userCollect">
|
||||||
<view class="iconfont icon-shoucang1"></view>
|
<view class="iconfont icon-shoucang1"></view>
|
||||||
<text>收藏</text>
|
<text>收藏</text>
|
||||||
|
@ -70,7 +70,7 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="addressBox">
|
<view class="addressBox">
|
||||||
<a class="iconfont icon-dadianhua01 font-color-red phone" @click="telPhone(systemStore.phone)"></a>
|
<a class="iconfont icon-dadianhua01 font-color-red phone" @click="telPhone(systemStore.phone)"></a>
|
||||||
<view class="addressTxt corlor-yshop">距离{{systemStore.distance}}千米</view>
|
<view class="addressTxt corlor-yshop">距离{{systemStore.distance}}千米</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
@ -125,6 +125,7 @@
|
|||||||
<view style="height:100rpx;"></view>
|
<view style="height:100rpx;"></view>
|
||||||
<!-- 操作栏 -->
|
<!-- 操作栏 -->
|
||||||
<view class="footer acea-row row-between-wrapper">
|
<view class="footer acea-row row-between-wrapper">
|
||||||
|
<!-- #ifdef MP-WEIXIN -->
|
||||||
<view class="item">
|
<view class="item">
|
||||||
<button open-type="contact" class='contacButton'>
|
<button open-type="contact" class='contacButton'>
|
||||||
<view style="padding-bottom: 8rpx;" class="item">
|
<view style="padding-bottom: 8rpx;" class="item">
|
||||||
@ -133,6 +134,8 @@
|
|||||||
</view>
|
</view>
|
||||||
</button>
|
</button>
|
||||||
</view>
|
</view>
|
||||||
|
<!-- #endif -->
|
||||||
|
|
||||||
<view class="item" @click="setCollect" v-if="storeInfo.userCollect">
|
<view class="item" @click="setCollect" v-if="storeInfo.userCollect">
|
||||||
<view class="iconfont icon-shoucang1"></view>
|
<view class="iconfont icon-shoucang1"></view>
|
||||||
<text>收藏</text>
|
<text>收藏</text>
|
||||||
@ -319,11 +322,11 @@
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
onShareAppMessage: function() {
|
onShareAppMessage: function () {
|
||||||
return {
|
return {
|
||||||
title: this.storeInfo.storeName,
|
title: this.storeInfo.storeName,
|
||||||
imageUrl: this.storeInfo.image,
|
imageUrl: this.storeInfo.image,
|
||||||
path: "pages/shop/GoodsCon/index?id="+this.storeInfo.id+"&spread=" + uni.getStorageSync("uid"),
|
path: "pages/shop/GoodsCon/index?id=" + this.storeInfo.id + "&spread=" + uni.getStorageSync("uid"),
|
||||||
success(res) {
|
success(res) {
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title: '分享成功'
|
title: '分享成功'
|
||||||
|
Reference in New Issue
Block a user