|
|
|
@ -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('客服休息中');
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|