wangguoyu hai 1 mes
pai
achega
0768a98f5b
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      utils/common.js

+ 1 - 0
utils/common.js

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