This commit is contained in:
PQZ 2025-04-25 17:39:56 +08:00
parent 256503857b
commit 0e9270e6b9

View File

@ -133,9 +133,11 @@
<image src="@/static/mine/caise/shouce.png" mode="aspectFit"></image>
<view>新人手册</view>
</view>
<view class="menu-item" @click="toggle('center',customer_service)">
<!-- <view class="menu-item" @click="toggle('center',customer_service)">-->
<view class="menu-item" style="position: relative;">
<!-- <image src="@/static/mine/kefu.png" mode="aspectFit"></image> -->
<image src="@/static/mine/caise/kefu.png" mode="aspectFit"></image>
<button class="share-button" open-type="contact" ></button>
<view>联系客服</view>
</view>
<view class="menu-item" @click="toggle('center',wechat_img)">
@ -679,11 +681,27 @@
font-size: 24rpx;
margin: 10rpx;
image {
width: 60rpx;
height: 60rpx;
margin-bottom: 10rpx;
}
.share-button {
border: none !important;
outline: none !important;
border-style: none !important;
position: absolute;
background-color: transparent;
width: 100rpx;
height: 100rpx;
z-index: 99;
}
.share-button::after {
border: none !important;
}
}
}