个人中心增加客服
This commit is contained in:
parent
676a8116c9
commit
0b55e6e394
|
@ -215,7 +215,7 @@ function formatNumber(num, limit) {
|
||||||
|
|
||||||
function serviceActions() {
|
function serviceActions() {
|
||||||
uni.showActionSheet({
|
uni.showActionSheet({
|
||||||
itemList: ['电话客服', '微信客服', '微信客服二'],
|
itemList: ['电话客服', '微信客服'],
|
||||||
success(res) {
|
success(res) {
|
||||||
console.log('选中了第' + (res.tapIndex + 1) + '个按钮');
|
console.log('选中了第' + (res.tapIndex + 1) + '个按钮');
|
||||||
},
|
},
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
<text class="title">意见投诉</text>
|
<text class="title">意见投诉</text>
|
||||||
<text class="iconfont icon-jinru more"></text>
|
<text class="iconfont icon-jinru more"></text>
|
||||||
</view>
|
</view>
|
||||||
<view class="widget-item">
|
<view class="widget-item" @click="utils.serviceActions()">
|
||||||
<text class="iconfont icon-kefufill icon"></text>
|
<text class="iconfont icon-kefufill icon"></text>
|
||||||
<text class="title">联系客服</text>
|
<text class="title">联系客服</text>
|
||||||
<text class="iconfont icon-jinru more"></text>
|
<text class="iconfont icon-jinru more"></text>
|
||||||
|
|
Loading…
Reference in New Issue