Gitiles
Code Review
Sign In
source.supwisdom.com
/
dali_platform
/
mobile
/
c43cf97c3449110b612e0954dbe37879e1c8ed63
/
.
/
uview-ui
/
libs
/
function
/
toast.js
blob: 91afa738a9cbed99fbc13698aa1390b5de98f8ce [
file
] [
log
] [
blame
]
function
toast
(
title
,
duration
=
1500
)
{
uni
.
showToast
({
title
:
title
,
icon
:
'none'
,
duration
:
duration
})
}
export
default
toast