|
@@ -130,6 +130,7 @@ export default { |
|
|
this.hasPaymentMethod === true || |
|
|
this.hasPaymentMethod === true || |
|
|
this.$route.path === '/payment')); |
|
|
this.$route.path === '/payment')); |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
policy(p) { |
|
|
policy(p) { |
|
|
this.verifiedContacts = this.hasVerifiedContact(p); |
|
|
this.verifiedContacts = this.hasVerifiedContact(p); |
|
|
const currentUser = util.currentUser(); |
|
|
const currentUser = util.currentUser(); |
|
|