Commit 5a27319f73f4c5ab1530c911b1a3a99ae6376084
Merge branch 'test' into 'qa'
Test See merge request !748
Showing
1 changed file
with
1 additions
and
1 deletions
pages/index/index/index.js
| @@ -1009,7 +1009,7 @@ Page({ | @@ -1009,7 +1009,7 @@ Page({ | ||
| 1009 | //弹出节日有礼 | 1009 | //弹出节日有礼 |
| 1010 | check_holiday_pop:function(){ | 1010 | check_holiday_pop:function(){ |
| 1011 | var th=this; | 1011 | var th=this; |
| 1012 | - getApp().waitfor(th,'w_holiday_pop',th.data.holiday_image,function(){ | 1012 | + getApp().waitfor2(th,'w_holiday_pop','holiday_image',function(){ |
| 1013 | console.log(th.data.holiday_image); | 1013 | console.log(th.data.holiday_image); |
| 1014 | th.setData({ | 1014 | th.setData({ |
| 1015 | new_image: th.data.holiday_image, | 1015 | new_image: th.data.holiday_image, |