Jelajahi Sumber

feat: update

SilenceLeo 2 tahun lalu
induk
melakukan
8dbc0ddce6
1 mengubah file dengan 2 tambahan dan 1 penghapusan
  1. 2 1
      src/pages/index/index.vue

+ 2 - 1
src/pages/index/index.vue

@@ -167,7 +167,8 @@ export default {
   },
   methods: {
     showDialog() {
-      if (this.userInfo && this.userInfo.type === "1") return;
+      if (!this.userInfo || (this.userInfo && this.userInfo.type === "1"))
+        return;
       uni.showModal({
         title: "欢迎来到云果国潮",
         content: "您当前还不是VIP,立即加入享受多种优惠活动!",