浏览代码

fix some issues

wangxl 9 年之前
父节点
当前提交
3848d1698d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      display-server/web/res/js/mobile/expand-mobile.js

+ 1 - 1
display-server/web/res/js/mobile/expand-mobile.js

@ -306,7 +306,7 @@ define(["require"],function(require) {
306 306
				execute("showNotification",[content,title,icon,id]);
307 307
			},startListen:function(callback,err){
308 308
				if(callback){
309
					WadeMobile.callback.storageCallback("startListen",callback);
309
					storageCallback("startListen",callback);
310 310
				}
311 311
				execute("startListen",[],err);
312 312
			},voiceSpeak:function(content,err){