瀏覽代碼

活动详情 我要报名

bd 2 年之前
父節點
當前提交
87eca484a1
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      activityPages/activityDetail/manageMixin.js

+ 2 - 0
activityPages/activityDetail/manageMixin.js

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