Przeglądaj źródła

提示文字改回四秒

tanxue 3 miesięcy temu
rodzic
commit
2f20e677b3
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      utils/common.js

+ 1 - 1
utils/common.js

@@ -7,7 +7,7 @@ import cacheManager from "./cacheManager.js"
 export function toast(content) {
   uni.showToast({
     icon: 'none',
-	duration:8000,
+	duration:4000,
     title: content
   })
 }