tanxue 1 день назад
Родитель
Сommit
2f20e677b3
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) {
 export function toast(content) {
   uni.showToast({
   uni.showToast({
     icon: 'none',
     icon: 'none',
-	duration:8000,
+	duration:4000,
     title: content
     title: content
   })
   })
 }
 }