Authored by 郝肖肖

Merge branch 'feature/giftCart' into release/6.1

@@ -238,6 +238,7 @@ meGift = { @@ -238,6 +238,7 @@ meGift = {
238 code: $('input.mobile-code').val() 238 code: $('input.mobile-code').val()
239 }, verifyData, captcha).then(function(res) { 239 }, verifyData, captcha).then(function(res) {
240 if (res.code === 200) { 240 if (res.code === 200) {
  241 + that.isBinMobile = 1;
241 dg.close(); 242 dg.close();
242 that.activateGift(); 243 that.activateGift();
243 } 244 }
@@ -312,7 +313,7 @@ meGift = { @@ -312,7 +313,7 @@ meGift = {
312 }, verifyData, captcha).then(function(res) { 313 }, verifyData, captcha).then(function(res) {
313 if (res.code === 200) { 314 if (res.code === 200) {
314 dg.close(); 315 dg.close();
315 - that.meAlert('<p>您的礼品卡激活成功</p><p>请尽情享用</p>', false, function() { 316 + that.meAlert('<p>您的礼品卡激活成功</p>', false, function() {
316 location.reload(); 317 location.reload();
317 }); 318 });
318 } 319 }
@@ -96,17 +96,26 @@ @@ -96,17 +96,26 @@
96 96
97 .me-gift-alert { 97 .me-gift-alert {
98 width: 350px; 98 width: 350px;
99 - height: 190px;  
100 99
101 .content { 100 .content {
102 color: #444; 101 color: #444;
103 - padding: 55px 0; 102 + padding: 62px 0;
104 font-size: 18px; 103 font-size: 18px;
105 104
106 p { 105 p {
107 margin-top: 10px; 106 margin-top: 10px;
108 } 107 }
109 } 108 }
  109 +
  110 + .btns {
  111 + margin-bottom: 10px;
  112 + }
  113 +
  114 + .btn {
  115 + width: 160px;
  116 + height: 30px;
  117 + line-height: 30px;
  118 + }
110 } 119 }
111 120
112 .me-gift-confirm { 121 .me-gift-confirm {
@@ -286,6 +295,24 @@ @@ -286,6 +295,24 @@
286 div.content { 295 div.content {
287 padding: 10px 30px; 296 padding: 10px 30px;
288 } 297 }
  298 +
  299 + .btns {
  300 + margin-bottom: 10px;
  301 + }
  302 +
  303 + .btn {
  304 + min-width: 100px;
  305 + height: 30px;
  306 + line-height: 30px;
  307 + }
  308 +
  309 + .confirm-sure {
  310 + margin-left: 45px;
  311 + }
  312 +
  313 + .alert-sure {
  314 + width: 160px;
  315 + }
289 } 316 }
290 317
291 .me-gift-confirm.me-page { 318 .me-gift-confirm.me-page {