fix: navigation

This commit is contained in:
Vlad Stan 2023-07-14 11:39:05 +03:00
parent 3a94405124
commit 357f99675f
2 changed files with 18 additions and 9 deletions

View file

@ -509,6 +509,7 @@ const market = async () => {
if (page === 'stall' || page === 'product') {
if (stall) {
this.activeStall = stall
this.setActivePage('customer-stall')
url.searchParams.set('stall_id', stall)
this.activeProduct = product
@ -528,7 +529,7 @@ const market = async () => {
}
window.history.pushState({}, '', url)
this.activePage = page
// this.activePage = page
},
copyText: function (text) {
var notify = this.$q.notify