【新增】个人中心增加【公告中心】入口。

This commit is contained in:
大灰灰
2022-09-12 19:40:09 +08:00
parent c661a09fdc
commit a08709b916

View File

@@ -191,6 +191,10 @@
<view class="coreshop-tools-list-box"> <view class="coreshop-tools-list-box">
<u-grid :col="4" :border="false"> <u-grid :col="4" :border="false">
<u-grid-item @click="goNoticeList()">
<u-icon name="info-circle" :size="25" color="#666" label="通知公告" labelPos="bottom" labelSize="13" space="25" top="15"></u-icon>
</u-grid-item>
<u-grid-item @click="goArticleList()"> <u-grid-item @click="goArticleList()">
<u-icon name="question-circle" :size="25" color="#666" label="帮助中心" labelPos="bottom" labelSize="13" space="25" top="15"></u-icon> <u-icon name="question-circle" :size="25" color="#666" label="帮助中心" labelPos="bottom" labelSize="13" space="25" top="15"></u-icon>
</u-grid-item> </u-grid-item>
@@ -206,13 +210,6 @@
<!-- #ifdef MP-WEIXIN --> <!-- #ifdef MP-WEIXIN -->
<!-- todo:: 微信客服 --> <!-- todo:: 微信客服 -->
<!-- #endif --> <!-- #endif -->
<!-- #ifdef MP-TOUTIAO -->
<!-- todo:: 头条客服 -->
<!-- #endif -->
<!-- #ifdef MP-ALIPAY -->
<!-- todo:: 支付宝客服 -->
<!-- #endif -->
</u-grid> </u-grid>
</view> </view>
</view> </view>
@@ -283,12 +280,12 @@
router: '/pages/member/invoice/index', router: '/pages/member/invoice/index',
showItem: true showItem: true
}, },
myServices: { //myServices: {
name: '我的服务卡', // name: '我的服务卡',
icon: 'bell', // icon: 'bell',
router: '/pages/member/serviceOrder/index/index', // router: '/pages/member/serviceOrder/index/index',
showItem: true // showItem: true
}, //},
myIntegral: { myIntegral: {
name: '我的' + this.$store.state.config.pointShowName, name: '我的' + this.$store.state.config.pointShowName,
icon: 'integral', icon: 'integral',
@@ -565,26 +562,13 @@
this.$store.commit('orderTab', tab) this.$store.commit('orderTab', tab)
this.$u.route(url + '?swiperCurrentIndexId=' + tab); this.$u.route(url + '?swiperCurrentIndexId=' + tab);
}, },
//在线客服,只有手机号的,请自己替换为手机号 //在线客服
showChat() { showChat() {
// #ifdef H5 // #ifdef H5
// #endif // #endif
// #ifdef APP-PLUS || APP-PLUS-NVUE // #ifdef APP-PLUS || APP-PLUS-NVUE
this.$u.route('/pages/member/customerService/index'); this.$u.route('/pages/member/customerService/index');
// #endif // #endif
// 头条系客服
// #ifdef MP-TOUTIAO
if (this.shopMobile != 0) {
let _this = this;
tt.makePhoneCall({
phoneNumber: this.shopMobile.toString(),
success(res) { },
fail(res) { }
});
} else {
_this.$u.toast('暂无设置客服电话');
}
// #endif
}, },
//同步微信昵称数据 //同步微信昵称数据
syncWeChatInfo() { syncWeChatInfo() {