Parcourir la Source

迁移wade-mobile中的invokeIPU方法到biz-mobile中

huangbo 7 ans auparavant
Parent
commit
063a949d10

+ 2 - 0
show-server/src/main/webapp/biz/js/common/biz-mobile.js

@ -6,6 +6,8 @@ define(["require"],function(require) {
6 6
		return{
7 7
			openNative:function(data,err){
8 8
				execute("openNative", [data], err);
9
			},invokeIPU(pageAction,pageParam,err){
10
				execute("openIPUFromOtherApp",[pageAction,pageParam],err);
9 11
			}
10 12
		};
11 13
	})();

+ 0 - 2
show-server/src/main/webapp/ipu/js/mobile/wade-mobile.js

@ -96,8 +96,6 @@ define(["jcl","base64","ipu/js/mobile/expand-mobile.js","biz/js/common/biz-mobil
96 96
				execute("openSlidingMenu", [action,param,width,height,leftMargin,topMargin],err);
97 97
			},closeSlidingMenu:function(result,state,err){
98 98
				execute("closeSlidingMenu", [result,state],err);
99
			},invokeIPU(pageAction,param,err){
100
				execute("openIPUFromOtherApp",[pageAction,param],err);
101 99
			}
102 100
		};
103 101
	})();