wangguoyu 1 ay önce
ebeveyn
işleme
0768a98f5b
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  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
   })
 }