Browse Source

活动详情 我要报名

bd 2 năm trước cách đây
mục cha
commit
87eca484a1
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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;