nieyuge 2 years ago
parent
commit
28bee28cda
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/view/iframe/nft/card.vue

+ 3 - 1
src/view/iframe/nft/card.vue

@@ -80,7 +80,9 @@ const getSaleProjectInfo = (account) => {
             getChromeStorage('nft_guide', (info) => {
                 if (!info) {
                     isShowGuide.value = true
-                    setChromeStorage({ nft_guide: Date.now() })
+                    setTimeout(() => {
+                        setChromeStorage({ nft_guide: Date.now() })
+                    }, 2000)
                 }
             })
         }