Browse Source

活动详情 我要报名

bd 2 years ago
parent
commit
87eca484a1
1 changed files with 2 additions and 0 deletions
  1. 2 0
      activityPages/activityDetail/manageMixin.js

+ 2 - 0
activityPages/activityDetail/manageMixin.js

@@ -65,11 +65,13 @@ export default {
               };
               if (res.Data.GoBindEmail) {
                 this.mailboxBinding = true;
+                this.detailData.IsSignup = 1;
                 return;
               }
               if (res.Data.SignupStatus !== "Success") {
                 this.isShow = true;
               } else {
+                this.detailData.IsSignup = 1;
                 if (res.Data.GoOutboundMobile) this.editIsShow = true;
                 else if (res.Data.GoFollow) this.goFollow = res.Data.GoFollow;
                 else if (res.Data.SignupStatus == "Success") this.isShow = true;