jwyu 2 жил өмнө
parent
commit
84b0d50659

+ 2 - 1
pages-activity/noAuthority.vue

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