This commit is contained in:
2024-04-24 14:56:11 +08:00
parent 07bf68feaa
commit 303445c19b
6 changed files with 31 additions and 15 deletions

View File

@@ -5,7 +5,8 @@
export function toast(content) {
uni.showToast({
icon: 'none',
title: content
title: content,
duration:5000
})
}