浏览代码

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

赖骏劼 4 年之前
父节点
当前提交
d748e33e3a
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      show-server/src/main/webapp/biz/js/plugins/pageHandler/pageHandler.js

+ 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
		});