积分超市

This commit is contained in:
liuye
2022-03-09 14:21:21 +08:00
parent 0d1d3f74b5
commit 67663ff4bb

View File

@@ -121,7 +121,13 @@ export default {
},
onLoad() {
// this.getList()
this.areaId = this.user.areaId
if(/[^0]0{0,2}$/.test(this.areaId)) {
this.isAreaId = true
this.getList()
}else {
this.isAreaId = false
}
this.areaName = this.user.areaName || ''
},
onShow() {