Jelajahi Sumber

4秒改成8秒

tanxue 1 bulan lalu
induk
melakukan
d86432f3c5
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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
   })
 }