个人中心增加客服

This commit is contained in:
TOP糯米 2023-03-11 22:55:34 +08:00
parent 676a8116c9
commit 0b55e6e394
2 changed files with 2 additions and 2 deletions

View File

@ -215,7 +215,7 @@ function formatNumber(num, limit) {
function serviceActions() {
uni.showActionSheet({
itemList: ['电话客服', '微信客服', '微信客服二'],
itemList: ['电话客服', '微信客服'],
success(res) {
console.log('选中了第' + (res.tapIndex + 1) + '个按钮');
},

View File

@ -29,7 +29,7 @@
<text class="title">意见投诉</text>
<text class="iconfont icon-jinru more"></text>
</view>
<view class="widget-item">
<view class="widget-item" @click="utils.serviceActions()">
<text class="iconfont icon-kefufill icon"></text>
<text class="title">联系客服</text>
<text class="iconfont icon-jinru more"></text>