瀏覽代碼

4秒改成8秒

tanxue 2 天之前
父節點
當前提交
d86432f3c5
共有 1 個文件被更改,包括 1 次插入1 次删除
  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:4000,
+	duration:8000,
     title: content
   })
 }