Ver código fonte

活动详情 我要报名

bd 2 anos atrás
pai
commit
330bf69822
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      activityPages/activityDetail/manageMixin.js

+ 1 - 1
activityPages/activityDetail/manageMixin.js

@@ -67,7 +67,7 @@ export default {
                 this.isShow = true;
                 this.isShow = true;
               } else {
               } else {
                 this.detailData.IsSignup = 1;
                 this.detailData.IsSignup = 1;
-                this.detailData.SignupNum + 1;
+                this.detailData.SignupNum += 1;
                 if (res.Data.GoBindEmail) this.mailboxBinding = true;
                 if (res.Data.GoBindEmail) this.mailboxBinding = true;
                 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;