Commit c745900f12b52dbeebeccb69a79d397d91742128

Authored by yvan.ni
1 parent 64dad502

OA单的优化

pages/activity/pind_list/pind_list.js
... ... @@ -187,6 +187,8 @@ Page({
187 187  
188 188 wx.hideLoading();
189 189 if(th.data.b_plist){
  190 + //让秒杀跳转后能下拉加载
  191 + th.data.ismore = 1;
190 192 //组件的id
191 193 var auto_go = th.selectComponent("#auto_go");
192 194 auto_go.show();
... ...
pages/activity/seckill_list/seckill_list.js
... ... @@ -203,6 +203,8 @@ Page({
203 203  
204 204 wx.hideLoading();
205 205 if(th.data.b_plist){
  206 + //让秒杀跳转后能下拉加载
  207 + th.data.ismore = 1;
206 208 //组件的id
207 209 var auto_go = th.selectComponent("#auto_go");
208 210 auto_go.show();
... ...