remove key generation on checkout, redirect to login
This commit is contained in:
parent
b1b5c7f21d
commit
1edd2be480
4 changed files with 12 additions and 4 deletions
|
|
@ -7,6 +7,7 @@ async function customerStall(path) {
|
|||
|
||||
props: [
|
||||
'account',
|
||||
'login-dialog',
|
||||
'stall',
|
||||
'products',
|
||||
'product-detail',
|
||||
|
|
@ -74,6 +75,10 @@ async function customerStall(path) {
|
|||
changePageS(page, opts) {
|
||||
this.$emit('change-page', page, opts)
|
||||
},
|
||||
makeLogin() {
|
||||
this.resetCheckout()
|
||||
this.$emit('login-dialog')
|
||||
},
|
||||
copyText: function (text) {
|
||||
var notify = this.$q.notify
|
||||
Quasar.utils.copyToClipboard(text).then(function () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue