积分超市
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user