判断是否认证

This commit is contained in:
shijingjing
2022-03-18 15:22:29 +08:00
parent a473aa91e0
commit 89509848cc

View File

@@ -88,7 +88,7 @@ export default {
})
},
areaSelect(v) {
if(this.user.token) {
if(this.user.status == 2 ) {
this.areaId = v
this.isMore = false
this.current = 0