wangguoyu 3 days ago
parent
commit
0768a98f5b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      utils/common.js

+ 1 - 0
utils/common.js

@@ -7,6 +7,7 @@ import cacheManager from "./cacheManager.js"
 export function toast(content) {
 export function toast(content) {
   uni.showToast({
   uni.showToast({
     icon: 'none',
     icon: 'none',
+	duration:4000,
     title: content
     title: content
   })
   })
 }
 }