积分超市
This commit is contained in:
@@ -121,7 +121,13 @@ export default {
|
|||||||
},
|
},
|
||||||
|
|
||||||
onLoad() {
|
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 || ''
|
this.areaName = this.user.areaName || ''
|
||||||
},
|
},
|
||||||
onShow() {
|
onShow() {
|
||||||
|
|||||||
Reference in New Issue
Block a user