|
|
@@ -619,6 +619,11 @@
|
|
|
<image src="/static/images/more24.png" @click="showMore"></image>
|
|
|
<view class="tips">更多</view>
|
|
|
</view>
|
|
|
+ <view class="more-box" style="margin-left: 30rpx;position: relative;">
|
|
|
+ <image src="/static/images/kefu.png" @click="showMore"></image>
|
|
|
+ <view class="tips">客服</view>
|
|
|
+ <button class="contact-btn" open-type="contact"></button>
|
|
|
+ </view>
|
|
|
<image class="xianshi" v-if="showTreatment==0&&displayProductList.length>0&&!cardPopup" src="/static/images/xg.png"></image>
|
|
|
<view class="more-box" v-if="showTreatment==0">
|
|
|
<image @click="showCart" src="/static/images/cart.png"></image>
|
|
|
@@ -3844,6 +3849,15 @@
|
|
|
align-items: $alignI;
|
|
|
justify-content: $justifyC;
|
|
|
}
|
|
|
+ .contact-btn {
|
|
|
+ display: inline-block;
|
|
|
+ position: absolute;
|
|
|
+ top: 0;
|
|
|
+ left: 0;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ opacity: 0;
|
|
|
+ }
|
|
|
.notice-box{
|
|
|
padding: 12rpx 18rpx;
|
|
|
background: #FFF8F8;
|