فهرست منبع

Merge branch 'main' of https://gitlab.com/tea28/client

DaMowang 3 سال پیش
والد
کامیت
d30cfc6c0b
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      src/pages/my/index.vue

+ 1 - 0
src/pages/my/index.vue

@@ -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();