Leon 1 년 전
부모
커밋
8a4f0b1933
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      src/_health/pages/add_moment.tsx

+ 4 - 0
src/_health/pages/add_moment.tsx

@@ -244,6 +244,10 @@ export default function AddMoment() {
                 }))
             }
 
+            Taro.disableAlertBeforeUnload({
+
+            })
+
             global.refreshWindow()
             global.refreshHistory()
         })