Merge pull request '店铺搜索' (#215) from xbx into master

Reviewed-on: http://git.luyuan.tk/luyuan/deming/pulls/215
This commit was merged in pull request #215.
This commit is contained in:
2020-08-15 19:13:35 +08:00
4 changed files with 20 additions and 5 deletions

View File

@@ -196,9 +196,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
})
},
// 秒杀推荐