diff --git a/src/project/fengdu/AppMine/AppMine.vue b/src/project/fengdu/AppMine/AppMine.vue index d09de3f..63a34ce 100644 --- a/src/project/fengdu/AppMine/AppMine.vue +++ b/src/project/fengdu/AppMine/AppMine.vue @@ -106,7 +106,7 @@ export default { icon: "https://cdn.cunwuyun.cn/wxmp/mine/wodemendian.png", label: "我的门店", path: "./myStoreList", - type: 'idNumber' + type: 'phone' }, // { // icon: "https://cdn.cunwuyun.cn/wechat/biaopin/mine/mine-icon-sys.png", @@ -160,8 +160,17 @@ export default { if (type == 'idNumber') { if (this.user.status == 0) { if (!this.user.phone) { - this.$linkTo('./userInfo') - } + this.$linkTo('/pages/phone/bingPhoneNumber?from=auth') + } else { + this.$linkTo('/mods/AppAuth/AppAuth') + } + } else { + this.$linkTo(url) + } + } + if (type == 'phone') { //我的门店验证手机号 + if (!this.user.phone) { + this.$linkTo('./userInfo') } else { this.$linkTo(url) }