소스 검색

提示文字改回四秒

tanxue 3 달 전
부모
커밋
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
   })
   })
 }
 }