toast方法

默认调用:toast('请打开麦克风')

设置停留时间:toast({time: 5000, msg: '停留5秒再消失'})

设置停留时间和添加图标:toast({time: 2000, msg: '停留3秒再消失',type:'loading'})