隐藏客服

msb_beta
ch 3 years ago
parent 70757df47a
commit d9a10d733c

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

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

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

Loading…
Cancel
Save