소스 검색

放开在线购卡

shmily1213 1 년 전
부모
커밋
691743a317
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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)