dashboard
repositories
filestore
activity
search
login
main
/
qfqk-android
洪城义警-安卓端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
1.事件上报,我的/子页面导航条样式调整
Administrator
2021-07-03
68711a7e6fb25db8bddfd86a5caabd0e9dc0a333
[qfqk-android.git]
/
uview-ui
/
libs
/
function
/
toast.js
1
2
3
4
5
6
7
8
9
function toast(title, duration = 1500) {
uni.showToast({
title: title,
icon: 'none',
duration: duration
})
}
export default toast