@@ -370,7 +370,8 @@ export default {
goSearchFn(){
let ghsShopId = this.ghsInfo.shopId ? this.ghsInfo.shopId : 0
//源花汇暂时开放一个字也能搜索
- let limit = ghsShopId == 10649 ? 0 : 1
+ //let limit = ghsShopId == 10649 ? 0 : 1
+ let limit = 1
this.searchFn(limit)
},
hideCartItem(){