Browse Source

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 years ago
parent
commit
9745c7eb75
1 changed files with 0 additions and 1 deletions
  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
			},getJpushInfo:function(callback,err){
651
			},getJpushInfo:function(callback,err){
652
				storageCallback("getJpushInfo", callback);
652
				storageCallback("getJpushInfo", callback);
653
				execute("getJpushInfo",[],err)
653
				execute("getJpushInfo",[],err)
654
			}
655
            },openCustUrl:function (url,callback,title, buttons, styles, hideTopBar, err) {
654
            },openCustUrl:function (url,callback,title, buttons, styles, hideTopBar, err) {
656
                storageCallback("openCustUrl", callback);
655
                storageCallback("openCustUrl", callback);
657
                execute("openCustUrl", [encodeURIComponent(url), title, buttons, styles, hideTopBar],err);
656
                execute("openCustUrl", [encodeURIComponent(url), title, buttons, styles, hideTopBar],err);