wangguoyu 1 ماه پیش
والد
کامیت
0768a98f5b
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  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
   })
 }