ソースを参照

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();


読み込み中…
キャンセル
保存