This commit is contained in:
lixuan
2022-12-09 16:01:12 +08:00
parent 41c2629561
commit 9649eab21b
4 changed files with 18 additions and 15 deletions

View File

@@ -394,7 +394,6 @@
if (res.code == 20000) {
uni.setStorageSync('productCodeList', res.data.productCodeList)
uni.setStorageSync('areaCodeList', res.data.areaCodeList)
this.areaCodeList = uni.getStorageSync('areaCodeList')
if(uni.getStorageSync('areaCodeList')){
this.areaCodeList = uni.getStorageSync('areaCodeList')
}else{
@@ -447,7 +446,7 @@
// // console.log(channelCodes, productCodes, siteBrands)
// this.$refs.slFilter.resetMenuList(this.menuList)
}
console.log(this.menuList,'----')
console.log(this.menuList,uni.getStorageSync('areaCodeList'),'----')
})
},
onSelected(e) {