Browse Source

放开在线购卡

shmily1213 1 year ago
parent
commit
691743a317
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/components/Top/index.vue

+ 2 - 2
src/components/Top/index.vue

@@ -70,8 +70,8 @@ export default {
   methods: {
     ...mapActions(['LogOut', 'AccessDeepMenu']),
     showPay() {
-      return false // 22.11.21 暂不开放
-      // return !this.isLogin
+      // return false // 22.11.21 暂不开放
+      return !this.isLogin
     },
     handleMenuClick(item) {
       this.AccessDeepMenu(item)