Kaynağa Gözat

完善 打包

million 1 yıl önce
ebeveyn
işleme
02f507a027
1 değiştirilmiş dosya ile 6 ekleme ve 4 silme
  1. 6 4
      src/components/Nav.vue

+ 6 - 4
src/components/Nav.vue

@@ -56,10 +56,12 @@ const toNFT = () => {
   router.push('/')
   setTimeout(function (){
     let NFT = document.querySelector('#NFT')
-    NFT.scrollIntoView({
-      behavior: "smooth"
-    })
-    lod = false
+    if(NFT){
+      NFT.scrollIntoView({
+        behavior: "smooth"
+      })
+      lod = false
+    }
   },200)
 
 }