Gitiles
Code Review
Sign In
source.supwisdom.com
/
dali_platform
/
mobile
/
c43cf97c3449110b612e0954dbe37879e1c8ed63
/
.
/
uview-ui
/
libs
/
function
/
toast.js
blob: 91afa738a9cbed99fbc13698aa1390b5de98f8ce [
file
] [
log
] [
blame
]
guangchao.xu
070005a
2020-12-07 09:56:40 +0800
[
diff
] [
blame
]
1
function
toast
(
title
,
duration
=
1500
)
{
2
uni
.
showToast
({
3
title
:
title
,
4
icon
:
'none'
,
5
duration
:
duration
6
})
7
}
8
9
export
default
toast