|
@@ -63,13 +63,12 @@ export default {
|
|
|
cutId: res.Data.ActivityId,
|
|
|
state: 1,
|
|
|
};
|
|
|
- if (res.Data.GoBindEmail) {
|
|
|
- this.mailboxBinding = true;
|
|
|
- return;
|
|
|
- }
|
|
|
if (res.Data.SignupStatus !== "Success") {
|
|
|
this.isShow = true;
|
|
|
} else {
|
|
|
+ this.detailData.IsSignup = 1;
|
|
|
+ this.detailData.SignupNum += 1;
|
|
|
+ if (res.Data.GoBindEmail) this.mailboxBinding = true;
|
|
|
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;
|