xiugai
This commit is contained in:
@@ -131,6 +131,10 @@
|
||||
key: 'siteBrand',
|
||||
isSort: true,
|
||||
isMutiple: false,
|
||||
detailLists:[{
|
||||
title: "全部",
|
||||
value: ""
|
||||
}],
|
||||
detailList: [{
|
||||
title: "全部",
|
||||
value: ""
|
||||
@@ -379,7 +383,8 @@
|
||||
this.productCodeList = uni.getStorageSync('productCodeList')
|
||||
// console.log(this.productCodeList,'新的列表格式')
|
||||
res.data.channelCodes.map(item => {
|
||||
this.menuList[1].detailList.push({
|
||||
// this.menuList[1].detailList.push({
|
||||
this.menuList[3].detailLists.push({
|
||||
title: item.name,
|
||||
value: item.id
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user