bug
This commit is contained in:
@@ -77,7 +77,7 @@ export default {
|
||||
this.isAdmin = false
|
||||
this.$http.post('/app/appgirdmemberinfo/checkLogOnUser').then((res) => {
|
||||
if (res.code == 0) {
|
||||
if (res.data.checkType) {
|
||||
if (res.data.checkType != '0') {
|
||||
this.isAdmin = true
|
||||
}
|
||||
}
|
||||
|
||||
@@ -58,7 +58,7 @@ export default {
|
||||
isGirdUser() {
|
||||
this.$http.post('/app/appgirdmemberinfo/checkLogOnUser').then((res) => {
|
||||
if (res.code == 0) {
|
||||
if (res.data.checkType) {
|
||||
if (res.data.checkType != '0') {
|
||||
this.checkType = res.data.checkType
|
||||
this.userGird = res.data.appGirdInfo
|
||||
this.getGirdUserList()
|
||||
|
||||
Reference in New Issue
Block a user