1
This commit is contained in:
@@ -5,7 +5,8 @@
|
||||
export function toast(content) {
|
||||
uni.showToast({
|
||||
icon: 'none',
|
||||
title: content
|
||||
title: content,
|
||||
duration:5000
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user