This commit is contained in:
花有清香月有阴
2022-02-24 16:38:44 +08:00
parent 0922aae4f1
commit 131ac90bdf
2 changed files with 27 additions and 29 deletions

View File

@@ -56,8 +56,8 @@ export default {
},
onLoad() {
this.userInfo = uni.getStorageSync('userInfo')
this.areaId = this.$areaId
this.areaName = this.$areaName
this.areaId = this.$areaId
this.areaName = this.$areaName
this.getList()
},