Browse Source

feat: 修改

year 1 day ago
parent
commit
844afd074e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/app/[locale]/(TabBar)/[[...share]]/@actionWidget/Scroll.tsx

+ 1 - 1
src/app/[locale]/(TabBar)/[[...share]]/@actionWidget/Scroll.tsx

@@ -18,7 +18,7 @@ const Scroll = () => {
     }, []);
 
     const doShowWin = async () => {
-        if (feedback.hasShow()) {
+        if (feedback.hasShowDialog()) {
             setTimeout(() => {
                 doShowWin();
             }, 5000);