Browse Source

提示文字改回四秒

tanxue 1 day ago
parent
commit
2f20e677b3
1 changed files with 1 additions and 1 deletions
  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
   })
 }