Commit c745900f12b52dbeebeccb69a79d397d91742128
1 parent
64dad502
OA单的优化
Showing
2 changed files
with
4 additions
and
0 deletions
pages/activity/pind_list/pind_list.js
| @@ -187,6 +187,8 @@ Page({ | @@ -187,6 +187,8 @@ Page({ | ||
| 187 | 187 | ||
| 188 | wx.hideLoading(); | 188 | wx.hideLoading(); |
| 189 | if(th.data.b_plist){ | 189 | if(th.data.b_plist){ |
| 190 | + //让秒杀跳转后能下拉加载 | ||
| 191 | + th.data.ismore = 1; | ||
| 190 | //组件的id | 192 | //组件的id |
| 191 | var auto_go = th.selectComponent("#auto_go"); | 193 | var auto_go = th.selectComponent("#auto_go"); |
| 192 | auto_go.show(); | 194 | auto_go.show(); |
pages/activity/seckill_list/seckill_list.js
| @@ -203,6 +203,8 @@ Page({ | @@ -203,6 +203,8 @@ Page({ | ||
| 203 | 203 | ||
| 204 | wx.hideLoading(); | 204 | wx.hideLoading(); |
| 205 | if(th.data.b_plist){ | 205 | if(th.data.b_plist){ |
| 206 | + //让秒杀跳转后能下拉加载 | ||
| 207 | + th.data.ismore = 1; | ||
| 206 | //组件的id | 208 | //组件的id |
| 207 | var auto_go = th.selectComponent("#auto_go"); | 209 | var auto_go = th.selectComponent("#auto_go"); |
| 208 | auto_go.show(); | 210 | auto_go.show(); |