罗世杰:修改Dropdown.vue的bug

This commit is contained in:
LuoShijie
2023-11-16 22:26:18 +08:00
parent 00ebbba179
commit 10136f43f7
5 changed files with 29 additions and 8 deletions

View File

@@ -55,7 +55,8 @@
}
},
created() {
this.postlist[1]=JSON.parse(uni.getStorageSync('regionList'))
this.postlist[0]=JSON.parse(uni.getStorageSync('classList'))
// this.postlist[1]=JSON.parse(uni.getStorageSync('regionList'))
},
methods: {
changeActiveIndex(index) {

View File

@@ -82,9 +82,6 @@
]
}
}
},
computed: {
},
methods: {
handleDel(shopid){