Merged
Merge Request #749 · created by 后端研发-苏明海


Qa


From qa into master

Merged by 后端研发-苏明海

1 participants

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,
... ...