Commit 5934d37c876ad8fc1eff683d53b8697efacaece1
1 parent
1b93a9ae
OA优化
Showing
1 changed file
with
2 additions
and
2 deletions
pages/goods/goodsList/goodsList.js
... | ... | @@ -291,10 +291,10 @@ Page({ |
291 | 291 | if(!user_id) user_id=0; |
292 | 292 | |
293 | 293 | //不是商品分组的,不是默认排序的 |
294 | - if(t.indexOf("group_id")==-1 ){ | |
294 | + // if(t.indexOf("group_id")==-1 ){ | |
295 | 295 | t += "&orderField=" + e.data.tabname; |
296 | 296 | t += "&orderType=" + e.data.adname; |
297 | - } | |
297 | + // } | |
298 | 298 | |
299 | 299 | t +="&page=" + e.data.currentPage; |
300 | 300 | wx.showLoading({}); | ... | ... |