Commit e487ef00da325751b5f1fb1a2b3422d116235358

Authored by 泉州测试
1 parent 94a2fb0a

9.卡项秒杀活动,点击立即购买提交订单后不管是未支付或是支付成功此时点击首页按钮,首页会显示空白页

Showing 1 changed file with 4 additions and 1 deletions
pages/index/index/index.js
... ... @@ -433,7 +433,7 @@ Page({
433 433  
434 434  
435 435  
436   -
  436 +
437 437  
438 438  
439 439  
... ... @@ -459,6 +459,7 @@ Page({
459 459 var th = this;
460 460  
461 461 var show = getApp().globalData.isLoad_ad;
  462 +
462 463 if(!show){
463 464 setTimeout(function () {
464 465 full_screen.get_the_full_screen(th);
... ... @@ -470,6 +471,8 @@ Page({
470 471 wx.hideLoading();
471 472 }, 960)
472 473 }
  474 + } else {
  475 + th.setData({ f_hidden: 1 })
473 476 }
474 477  
475 478 setTimeout(function () {
... ...