tanxue пре 3 месеци
родитељ
комит
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
   })
 }