goods details store route 8.14
This commit is contained in:
@@ -192,7 +192,7 @@ export default {
|
||||
});
|
||||
},
|
||||
// 商品搜索
|
||||
ShopSearch({keyword,page = 1,order = 'goods_salenum'}){
|
||||
ShopSearch({keyword, page = 1, order = 'goods_salenum'}){
|
||||
return vm.$u.post('ShopSearch/search',{
|
||||
keyword,page,order
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user