...
|
...
|
@@ -238,6 +238,7 @@ meGift = { |
|
|
code: $('input.mobile-code').val()
|
|
|
}, verifyData, captcha).then(function(res) {
|
|
|
if (res.code === 200) {
|
|
|
that.isBinMobile = 1;
|
|
|
dg.close();
|
|
|
that.activateGift();
|
|
|
}
|
...
|
...
|
@@ -312,7 +313,7 @@ meGift = { |
|
|
}, verifyData, captcha).then(function(res) {
|
|
|
if (res.code === 200) {
|
|
|
dg.close();
|
|
|
that.meAlert('<p>您的礼品卡激活成功</p><p>请尽情享用</p>', false, function() {
|
|
|
that.meAlert('<p>您的礼品卡激活成功</p>', false, function() {
|
|
|
location.reload();
|
|
|
});
|
|
|
}
|
...
|
...
|
|