@@ -431,6 +431,7 @@ export default {
},
onShow: function () {
this.userinfo = uni.getStorageSync("userinfo");
+ this.isShiMing = this.userinfo.is_authentication == 0 ? true : false;
let token = uni.getStorageSync("token");
if (!token) {
this.login();