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()
         })