提现功能需要添加
This commit is contained in:
@@ -31,7 +31,7 @@ const hideLoading = () => {
|
||||
* @param {string} type - 'success' | 'error' | 'warning' | 'none'
|
||||
* @param {number} duration - 持续时间(毫秒)
|
||||
*/
|
||||
const showToast = (message, type = 'none', duration = 2000) => {
|
||||
const showToast = (message, type = 'none', duration = 1800) => {
|
||||
let icon = 'none'
|
||||
if (type === 'success') icon = 'success'
|
||||
if (type === 'error') icon = 'error'
|
||||
|
||||
Reference in New Issue
Block a user