|
@@ -148,7 +148,7 @@ export default {
|
|
|
},
|
|
|
getTabList() {
|
|
|
// 如果是栏目点进来则更新标题
|
|
|
- getSearchTypeData().then((res) => {
|
|
|
+ getSearchTypeData("?columnId="+this.query.itemId).then((res) => {
|
|
|
this.tabList = [
|
|
|
{
|
|
|
id: 0,
|
|
@@ -184,6 +184,7 @@ export default {
|
|
|
|
|
|
if (!this.query.goodsName) {
|
|
|
this.query.goodsCateId = options.columnId;
|
|
|
+ this.query.itemId=options.itemId;
|
|
|
uni.setNavigationBarTitle({
|
|
|
title: options.column,
|
|
|
});
|