-
Status changed to merged
-
mentioned in commit ef6f6e1715bdc54f7c21ab222efb2072b5b84cd5
Showing
1 changed file
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 | //--判断小程序是否过期-- | ... | ... |