浏览代码

Merge branch 'master' of http://10.1.235.20:3000/ipu/ipu-guide

# Conflicts:
#	show-server/src/main/webapp/ipu/frame/mobile/expand-mobile.js
leijie 4 年之前
父节点
当前提交
9745c7eb75
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      show-server/src/main/webapp/ipu/frame/mobile/expand-mobile.js

+ 0 - 1
show-server/src/main/webapp/ipu/frame/mobile/expand-mobile.js

@ -651,7 +651,6 @@ define(["require","jcl"],function(require,Wade) {
651 651
			},getJpushInfo:function(callback,err){
652 652
				storageCallback("getJpushInfo", callback);
653 653
				execute("getJpushInfo",[],err)
654
			}
655 654
            },openCustUrl:function (url,callback,title, buttons, styles, hideTopBar, err) {
656 655
                storageCallback("openCustUrl", callback);
657 656
                execute("openCustUrl", [encodeURIComponent(url), title, buttons, styles, hideTopBar],err);