sortType时加actionPath=sortType参数

This commit is contained in:
97694732@qq.com 2026-06-03 17:09:24 +08:00
parent ea4b67557d
commit 57249ab3e8

View File

@ -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',