|
@@ -216,7 +216,7 @@ var registerPage = new Vue({
|
|
_self.loginLoading = true;
|
|
_self.loginLoading = true;
|
|
UserApi.ClubUpgrade(_self.clubUpgradeUser,function (response) {
|
|
UserApi.ClubUpgrade(_self.clubUpgradeUser,function (response) {
|
|
if(response.code === 0){
|
|
if(response.code === 0){
|
|
- CAIMEI.Alert('您的升级申请已提交审核','确定',true,function () {
|
|
|
|
|
|
+ CAIMEI.Alert('升级信息提交成功,审核通过后您的身份即成为会员机构并且获得20采美豆的奖励','确定',true,function () {
|
|
_self.clubLoginIndex();
|
|
_self.clubLoginIndex();
|
|
_self.loginLoading = false;
|
|
_self.loginLoading = false;
|
|
});
|
|
});
|