goods details store route 8.14

This commit is contained in:
2020-08-14 20:45:11 +08:00
parent 41d2258a5d
commit d79b0c5da7
3 changed files with 9 additions and 4 deletions

View File

@@ -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
})