mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 17:23:26 +08:00
【新增】个人中心增加【公告中心】入口。
This commit is contained in:
@@ -191,6 +191,10 @@
|
||||
<view class="coreshop-tools-list-box">
|
||||
|
||||
<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-icon name="question-circle" :size="25" color="#666" label="帮助中心" labelPos="bottom" labelSize="13" space="25" top="15"></u-icon>
|
||||
</u-grid-item>
|
||||
@@ -206,13 +210,6 @@
|
||||
<!-- #ifdef MP-WEIXIN -->
|
||||
<!-- todo:: 微信客服 -->
|
||||
<!-- #endif -->
|
||||
<!-- #ifdef MP-TOUTIAO -->
|
||||
<!-- todo:: 头条客服 -->
|
||||
<!-- #endif -->
|
||||
<!-- #ifdef MP-ALIPAY -->
|
||||
<!-- todo:: 支付宝客服 -->
|
||||
<!-- #endif -->
|
||||
|
||||
</u-grid>
|
||||
</view>
|
||||
</view>
|
||||
@@ -283,12 +280,12 @@
|
||||
router: '/pages/member/invoice/index',
|
||||
showItem: true
|
||||
},
|
||||
myServices: {
|
||||
name: '我的服务卡',
|
||||
icon: 'bell',
|
||||
router: '/pages/member/serviceOrder/index/index',
|
||||
showItem: true
|
||||
},
|
||||
//myServices: {
|
||||
// name: '我的服务卡',
|
||||
// icon: 'bell',
|
||||
// router: '/pages/member/serviceOrder/index/index',
|
||||
// showItem: true
|
||||
//},
|
||||
myIntegral: {
|
||||
name: '我的' + this.$store.state.config.pointShowName,
|
||||
icon: 'integral',
|
||||
@@ -565,26 +562,13 @@
|
||||
this.$store.commit('orderTab', tab)
|
||||
this.$u.route(url + '?swiperCurrentIndexId=' + tab);
|
||||
},
|
||||
//在线客服,只有手机号的,请自己替换为手机号
|
||||
//在线客服
|
||||
showChat() {
|
||||
// #ifdef H5
|
||||
// #endif
|
||||
// #ifdef APP-PLUS || APP-PLUS-NVUE
|
||||
this.$u.route('/pages/member/customerService/index');
|
||||
// #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() {
|
||||
|
||||
Reference in New Issue
Block a user