fix: active page
This commit is contained in:
parent
ea6ba611b5
commit
2518715110
1 changed files with 1 additions and 1 deletions
|
|
@ -240,6 +240,7 @@ const market = async () => {
|
|||
|
||||
// What component to render on start
|
||||
if (stallId) {
|
||||
this.setActivePage('customer-stall')
|
||||
if (productId) {
|
||||
this.activeProduct = productId
|
||||
}
|
||||
|
|
@ -477,7 +478,6 @@ const market = async () => {
|
|||
},
|
||||
|
||||
async checkMarketplaceNaddr(naddr) {
|
||||
console.log('### checkMarketplaceNaddr')
|
||||
if (!naddr) return
|
||||
|
||||
try {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue