This website works better with JavaScript.
Home
Explore
Help
Sign In
yxt_group
/
supervise
Watch
5
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1326
Commits
1
Branch
0
Tags
102 MiB
Tree:
c0fd8eccd9
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'c0fd8eccd9'
${ noResults }
supervise
/
supervise-uniapp
/
common
/
Toast.js
9 lines
99 B
Raw
Normal View
History
2023-8-5
2 years ago
const
toast
=
(
msg
)
=>
{
uni
.
showToast
(
{
title
:
msg
,
icon
:
'none'
}
)
}
export
default
toast