Browse Source

fix some issues

wangxl 9 years ago
parent
commit
3848d1698d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      display-server/web/res/js/mobile/expand-mobile.js

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

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