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