隐藏客服

msb_beta
ch 3 years ago
parent 70757df47a
commit d9a10d733c

@ -3,7 +3,7 @@
components: { UiCell },: ch
* @Date: 2019-08-22 19:41:20
* @LastEditors: ch
* @LastEditTime: 2022-05-13 17:52:27
* @LastEditTime: 2022-05-17 18:00:28
* @Description: file content
-->
<template>
@ -47,7 +47,8 @@
<UiCell title="收货地址" @click="$Router.push('/addressList')">
<image slot="icon" class="cell--icon" src="@/static/common/dz.png" />
</UiCell>
<UiCell title="联系客服" @click="$Router.push('/messageChat')">
<!-- <UiCell title="联系客服" @click="$Router.push('/messageChat')"> -->
<UiCell title="联系客服" @click="service">
<image slot="icon" class="cell--icon" src="@/static/account/kf.png" />
</UiCell>
<UiCell title="设置" class="cell--last" @click="$Router.push('/setting')">
@ -92,7 +93,11 @@ export default {
return false;
}
this.statistic = result;
},
service(){
uni.$u.toast('客服休息中');
}
}
}

@ -2,7 +2,7 @@
* @Author: ch
* @Date: 2022-03-23 17:27:21
* @LastEditors: ch
* @LastEditTime: 2022-05-17 15:23:07
* @LastEditTime: 2022-05-17 18:00:53
* @Description: file content
-->
<template>
@ -145,13 +145,13 @@ export default {
this.showSkuPopup = true
},
service(){
this.$Router.push({
path : '/messageChat',
query: {
goodsId : this.goods.id
}
})
// uni.$u.toast('~')
// this.$Router.push({
// path : '/messageChat',
// query: {
// goodsId : this.goods.id
// }
// })
uni.$u.toast('客服休息中,遇到喜欢的宝贝就下单吧~')
}
}

@ -2,7 +2,7 @@
* @Author: ch
* @Date: 2022-04-15 17:46:10
* @LastEditors: ch
* @LastEditTime: 2022-05-13 17:57:38
* @LastEditTime: 2022-05-17 18:00:17
* @Description: file content
-->
<template>
@ -126,12 +126,13 @@ export default {
},
service(){
this.$Router.push({
path : '/messageChat',
query : {
orderId : this.orderInfo.orderId
}
})
uni.$u.toast('客服休息中')
// this.$Router.push({
// path : '/messageChat',
// query : {
// orderId : this.orderInfo.orderId
// }
// })
}
}
}

Loading…
Cancel
Save