Преглед изворни кода

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 () {
     this.userinfo = uni.getStorageSync("userinfo");
+    this.isShiMing = this.userinfo.is_authentication == 0 ? true : false;
     let token = uni.getStorageSync("token");
     if (!token) {
       this.login();