Ver Código Fonte

【提交内容】:删除display项目中的openBrowser 方法

wangyj18 9 anos atrás
pai
commit
a321b3aae1

+ 0 - 1
display-client/assets/mobile-action.xml

@ -115,7 +115,6 @@
115 115
	<action name="setCallbackForPushWithYunba" class="com.ai.ipu.mobile.push.YunBaPush" method="setCallbackForPush"></action>
116 116
	
117 117
	<action name="getContacts" class="com.wade.mobile.func.MobileContactDetail" method="getContacts"></action>
118
	<action name="openBrowser" class="com.ipu.func.Util" method="openBrowser" ></action>
119 118
	
120 119
	<!-- keyboard -->
121 120
	<action name="openKeyboard" class="com.wade.mobile.func.MobileKeyboard" method="openKeyboard"></action>

+ 0 - 2
display-server/web/res/js/mobile/expand-mobile.js

@ -287,8 +287,6 @@ define(["require"],function(require) {
287 287
			},getContacts:function(callback,err){
288 288
				storageCallback("getContacts",callback);
289 289
				execute("getContacts",[], err);	
290
			},openBrowser:function(url,err){
291
				execute("openBrowser",[url],err);
292 290
			},openKeyboard:function(value,err){
293 291
				execute("openKeyboard",[value],err);
294 292
			},setScreeLock:function(dataAction,param,indexPage,err){