This website works better with JavaScript.
Home
Explore
Help
Sign In
yxt_product
/
signuptool-ui-xcx
Watch
5
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
6
Commits
1
Branch
0
Tags
523 KiB
Tree:
b181d77e41
signuptool-ui-xcx
/
common
/
Toast.js
9 lines
99 B
Raw
Normal View
History
报名工具小程序初始代码
1 year ago
const
toast
=
(
msg
)
=>
{
uni
.
showToast
(
{
title
:
msg
,
icon
:
'none'
}
)
}
export
default
toast