浏览代码

Merge branch 'master' of git.bubblev.org:bubblev/bubble-web into fix/missing-functionalities

pull/64/head
Tyler Chen 4 年前
父节点
当前提交
80a1f84026
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      src/_pages/Layout.vue

+ 1
- 0
src/_pages/Layout.vue 查看文件

@@ -130,6 +130,7 @@ export default {
this.hasPaymentMethod === true ||
this.$route.path === '/payment'));
},

policy(p) {
this.verifiedContacts = this.hasVerifiedContact(p);
const currentUser = util.currentUser();


正在加载...
取消
保存