地区组件完全重构兼容苹果版本

This commit is contained in:
aixianling
2022-03-21 17:34:12 +08:00
parent 152bf55233
commit 7a5882c618
3 changed files with 374 additions and 282 deletions

View File

@@ -61,10 +61,10 @@ export default {
},
computed: {...mapState(['user'])},
onLoad() {
},
onShow() {
this.areaId = this.$areaId
this.areaName = this.$areaName
},
onShow() {
this.getList()
},
methods: {