Kaynağa Gözat

feat: 修改

year 3 hafta önce
ebeveyn
işleme
b00680f244

+ 2 - 2
src/app/[locale]/(TabBar)/[[...share]]/_home/DownloadSection.tsx

@@ -12,13 +12,13 @@ const DownloadSection = () => {
     useEffect(() => {
         const isCloseDownload = sessionStorage.getItem("isCloseDownload");
         if (isWebView() || isCloseDownload) {
-            setVisible(false);
+            setVisible(true);
         }
     }, []);
 
     const closeDownloadSection = () => {
         sessionStorage.setItem("isCloseDownload", "true");
-        setVisible(false);
+        setVisible(true);
     };
 
     if (visible) return null;