Browse Source

个人帐套绑定成功跳转到商城首页

huangb 7 years ago
parent
commit
d8ca741ef7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/mobile/user/bindEnterprise.vue

+ 1 - 1
pages/mobile/user/bindEnterprise.vue

@@ -147,7 +147,7 @@
               this.showSearchResultStatus = 0
               this.setRemindText('绑定申请提交成功!审批结果将以短信通知,请保持手机通畅。')
               setTimeout(() => {
-                this.$router.push('/mobile/user')
+                this.$router.push('/')
               }, 3000)
             } else {
               this.setRemindText(response.data.data)