Commit 0624a72cbfdcf9a546c17a62bf0e8b874a0febb1

Authored by 后端研发-苏明海
2 parents de2085bf ef6f6e17

Merge branch 'test' into 'qa'

Test

See merge request !626
Showing 1 changed file with 5 additions and 5 deletions
pages/index/index/index.js
... ... @@ -522,12 +522,12 @@ Page({
522 522 },500)
523 523  
524 524 });
525   -
526   - var goods_list = this.selectComponent("#goods_list"); //组件的id
527   - goods_list.init();
  525 +
528 526 setTimeout(function() {
529   - goods_list.get_list();
530   - }, 300)
  527 + var goods_list = th.selectComponent("#goods_list"); //组件的id
  528 + goods_list.init();
  529 + goods_list.get_list();
  530 + }, 1500)
531 531 },
532 532  
533 533 //--判断小程序是否过期--
... ...