wangxy hace 5 días
padre
commit
1ac36b9491
Se han modificado 1 ficheros con 1 adiciones y 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
   })
 }