sortType时加actionPath=sortType参数
This commit is contained in:
parent
ea4b67557d
commit
57249ab3e8
@ -200,6 +200,7 @@ export function searchProducts(keyword, options = {}) {
|
|||||||
}
|
}
|
||||||
if (sortType) {
|
if (sortType) {
|
||||||
reqData.sortType = sortType
|
reqData.sortType = sortType
|
||||||
|
reqData.actionPath = 'sortType'
|
||||||
}
|
}
|
||||||
uni.request({
|
uni.request({
|
||||||
url: 'https://search.kongfz.com/pc-gw/search-web/client/pc/product/keyword/list',
|
url: 'https://search.kongfz.com/pc-gw/search-web/client/pc/product/keyword/list',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user