@@ -37,6 +37,7 @@ Vue.mixin({
console.log(userInfo)
// 1是待审核,2审核通过,3是拒绝
if (userInfo.realname_verify_status !== '2') {
+ this.$message.error('根据互联网相关法规要求,请先完成实名认证')
this.goVerify();
}
},