Explorar el Código

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

DaMowang hace 3 años
padre
commit
d30cfc6c0b
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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();