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