Commit 9070befecbfbbcb0b88eae1d1895fad8f6f95b47
1 parent
2b6191ae
修改不能弹出节日的bug优化
Showing
1 changed file
with
1 additions
and
1 deletions
pages/index/index/index.js
... | ... | @@ -1009,7 +1009,7 @@ Page({ |
1009 | 1009 | //弹出节日有礼 |
1010 | 1010 | check_holiday_pop:function(){ |
1011 | 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 | 1013 | console.log(th.data.holiday_image); |
1014 | 1014 | th.setData({ |
1015 | 1015 | new_image: th.data.holiday_image, | ... | ... |