|
@@ -118,7 +118,8 @@ var registerPage = new Vue({
|
|
|
password : _self.clubUser.password,
|
|
|
passWordConfirm : _self.clubUser.password2,
|
|
|
smsCode : _self.clubUser.code,
|
|
|
- isAgreed : _self.isAgreed
|
|
|
+ isAgreed : _self.isAgreed,
|
|
|
+ isSp: _self.clubUser.isSp
|
|
|
};
|
|
|
_self.loginLoading = true;
|
|
|
UserApi.ClubRegister(params,function (response) {
|