|
@@ -67,7 +67,7 @@ export default {
|
|
|
this.isShow = true;
|
|
|
} else {
|
|
|
this.detailData.IsSignup = 1;
|
|
|
- this.detailData.SignupNum + 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;
|