This commit is contained in:
lixuan
2022-12-01 16:06:58 +08:00
parent 3ebb5ec952
commit fee01ae875
2 changed files with 18 additions and 5 deletions

View File

@@ -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
})