瀏覽代碼

fix-login

jwyu 2 年之前
父節點
當前提交
84b0d50659
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      pages-activity/noAuthority.vue

+ 2 - 1
pages-activity/noAuthority.vue

@@ -55,6 +55,7 @@ export default {
     },
     },
     methods: {
     methods: {
         async handleGoApply(){
         async handleGoApply(){
+            await this.checkUserIsBind()
             if(this.info.type=='apply'){
             if(this.info.type=='apply'){
                 if(this.info.customer_info.has_apply){// 已经申请过
                 if(this.info.customer_info.has_apply){// 已经申请过
                     this.pupData.show=true
                     this.pupData.show=true
@@ -97,7 +98,7 @@ export default {
         handleBack(){
         handleBack(){
             uni.navigateBack({
             uni.navigateBack({
                 fail:()=>{
                 fail:()=>{
-                    uni.switchTab({ url: '/pages/activity/activity' })
+                    uni.switchTab({ url: '/pages/report/report' })
                 }
                 }
             })
             })
         }
         }