Product list function completed

This commit is contained in:
Vion
2022-01-21 18:12:45 +08:00
parent 44d5271207
commit 4a1d1b9dd6
7 changed files with 361 additions and 216 deletions

View File

@@ -187,7 +187,7 @@ export const userquery = (stype) => {
goodsName:stype
}
return fetch('goods?goodsName='+stype, data, 'POST' )
return fetch('goods?petType='+stype, data, 'POST' )
}
//商品全部信息
export const userque = (stype) => {