Commit 6bc6cfeb95957bcbaf7912a815b62474ca0016fd
1 parent
79797705
上架商品新增参数searchType=2
Showing
1 changed file
with
1 additions
and
0 deletions
packageA/pages/distribution/goods/goods.js
... | ... | @@ -94,6 +94,7 @@ Page({ |
94 | 94 | // 请求数据 |
95 | 95 | currentQuery.is_mainshow = 1; |
96 | 96 | currentQuery.isonsale = 1; |
97 | + currentQuery.searchtype = 2; | |
97 | 98 | // url = '/api/weshop/goods/page?is_mainshow=1&isonsale=1&dis_type=1'; |
98 | 99 | // this.getData(true, '/api/weshop/goods/page?is_mainshow=1&isonsale=1&dis_type=1', this.data.currentQuery); |
99 | 100 | } else {//下架商品 | ... | ... |