|
|
|
@ -86,6 +86,7 @@ |
|
|
|
|
goodsList: [], |
|
|
|
|
category_id:0, |
|
|
|
|
merchantId: '', |
|
|
|
|
from: '', |
|
|
|
|
isHot: true, |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
@ -101,6 +102,7 @@ |
|
|
|
|
onLoad(op) { |
|
|
|
|
this.category_id=op.category_id || '' |
|
|
|
|
this.merchantId = op.merchantId || '' |
|
|
|
|
this.from = op.from || '' |
|
|
|
|
this.getHot() |
|
|
|
|
this.chartsGoodsJingHandle() |
|
|
|
|
}, |
|
|
|
@ -151,9 +153,16 @@ |
|
|
|
|
}) |
|
|
|
|
}, |
|
|
|
|
searchGoods(item) { |
|
|
|
|
console.log(this.from); |
|
|
|
|
if (this.from === 'dynamic') { |
|
|
|
|
uni.redirectTo({ |
|
|
|
|
url: `/pages/goods/list?search=${item}&merchantId=${this.merchantId}&from=${this.from}` |
|
|
|
|
}) |
|
|
|
|
} else { |
|
|
|
|
uni.navigateTo({ |
|
|
|
|
url: `/pages/goods/list?search=${item}&merchantId=${this.merchantId}` |
|
|
|
|
}) |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
getSearchInfo() { |
|
|
|
|
// 搜索 |
|
|
|
@ -164,7 +173,7 @@ |
|
|
|
|
} |
|
|
|
|
console.log(this.merchantId); |
|
|
|
|
uni.redirectTo({ |
|
|
|
|
url: `/pages/goods/list?search=${this.searchValue}&categoryId=${this.category_id}&merchantId=${this.merchantId}` |
|
|
|
|
url: `/pages/goods/list?search=${this.searchValue}&categoryId=${this.category_id}&merchantId=${this.merchantId}&from=${this.from}` |
|
|
|
|
}) |
|
|
|
|
}, |
|
|
|
|
chartsGoodsJingHandle() { |
|
|
|
|