提示组件优化

feat/task1-c-wallet
Devil 2021-08-16 13:19:12 +08:00
parent bfb462b623
commit c749c90d3d
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@
* @param {[string]} type [类型失败:error, 警告:warning, 成功:success]
* @param {[int]} time [自动关闭时间, 默认3秒]
*/
function Prompt(msg, type, time)
{
if(msg != undefined && msg != '')