码迷,mamicode.com
首页 > 其他好文 > 详细

前端语音提醒

时间:2019-07-20 21:27:53      阅读:140      评论:0      收藏:0      [点我收藏+]

标签:func   cti   draw   play   tle   class   check   notify   script   

<script>
var iNotify = new iNotify({
    message: ‘有消息了。‘,//标题
    effect: ‘flash‘, // flash | scroll 闪烁还是滚动
    interval: 300,
    audio:{
        //file: [‘/Public/sound/msg.mp4‘,‘/Public/sound/msg.mp3‘,‘/Public/sound/msg.wav‘]
        file:‘http://tts.baidu.com/text2audio?lan=zh&ie=UTF-8&spd=5&text=有客户申请提现啦‘
    }
});
<eq name="withdraw" value="1">
        setInterval(function() {

            $.ajax({
                type: "GET",
                url: "<{:U(‘Withdrawal/checkNotice‘)}>",
                cache: false,
                success: function (res) {
                    if (res.num>0) {
                        iNotify.setFavicon(res.num).setTitle(‘提现通知‘).notify({
                            title: "新通知",
                            body: "有客户,提现啦..."
                        }).player();
                    }
                }
            });
        },10000);

</eq>

        

</script>

iNotifyjs下载链接:https://www.oschina.net/p/iNotifyjs

前端语音提醒

标签:func   cti   draw   play   tle   class   check   notify   script   

原文地址:https://www.cnblogs.com/f-rt/p/11219123.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!