店铺搜索

This commit is contained in:
2020-08-15 19:04:18 +08:00
parent 94dc78555a
commit 33e8942180
4 changed files with 20 additions and 5 deletions

View File

@@ -192,9 +192,9 @@ export default {
});
},
// 商品搜索
ShopSearch({keyword, page = 1, order = 'goods_salenum'}){
ShopSearch({keyword, page = 1, order = 'goods_salenum',sid=''}){
return vm.$u.post('ShopSearch/search',{
keyword,page,order
keyword,page,order,store_id:sid
})
},
// 秒杀推荐