@@ -143,9 +143,11 @@ export default {
ActivityId: this.detailData.ActivityId,
});
if (res.Ret === 200) {
- this.detailData.IsSignup = 1;
this.currentPages();
this.modalShow(res);
+ if (res.Data.SignupStatus == 1) {
+ this.detailData.IsSignup = 1;
+ }
}
},
@@ -146,8 +146,10 @@ export default {
ActivityId: item.ActivityId,
- item.IsSignup = 1;
+ item.IsSignup = 1;