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
|
// What component to render on start
|
||||||
if (stallId) {
|
if (stallId) {
|
||||||
|
this.setActivePage('customer-stall')
|
||||||
if (productId) {
|
if (productId) {
|
||||||
this.activeProduct = productId
|
this.activeProduct = productId
|
||||||
}
|
}
|
||||||
|
|
@ -477,7 +478,6 @@ const market = async () => {
|
||||||
},
|
},
|
||||||
|
|
||||||
async checkMarketplaceNaddr(naddr) {
|
async checkMarketplaceNaddr(naddr) {
|
||||||
console.log('### checkMarketplaceNaddr')
|
|
||||||
if (!naddr) return
|
if (!naddr) return
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue