jwyu il y a 2 ans
Parent
commit
84b0d50659
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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' })
                 }
                 }
             })
             })
         }
         }