Przeglądaj źródła

@laijj@增加页面返回时候的参数输出,方便在app端进行调试

赖骏劼 4 lat temu
rodzic
commit
d748e33e3a

+ 1 - 0
show-server/src/main/webapp/biz/js/plugins/pageHandler/pageHandler.js

@ -103,6 +103,7 @@ require([ "ipuMobile", "mobile", "jcl" ], function(IpuMobile, Mobile, $) {
103 103
104 104
		Mobile.setBackCallListener(function(e) {
105 105
			if(e){
106
				console.log(JSON.stringify(e));
106 107
				alert(e);
107 108
			}
108 109
		});