To jump to the interface
Api.openwin ({
Name: ' Payorder ',
URL: ' payorder.html?id=2 ',
PAGEPARAM:{NAME:PR}
});
Post-Jump interface
var url = location.search; Gets the URL in the "?" String after the character
var therequest = new Object ();
if (Url.indexof ("?")! =-1) {
var str = URL.SUBSTR (1);
STRs = Str.split ("&");
for (var i = 0; i < strs.length; i++) {
Therequest[strs[i].split ("=") [0]] = unescape (strs[i].split ("=") [1]);
}
}
URL_ID = parseint (therequest.id);
if (url_id==0) {//0 is a deposit 1 is a margin of 2 for the tail section
var jia=api.pageparam.name;
Console.log (Jia);
$ ('. Jinqian '). html (');
$ ('. Jinqian '). html (' ¥ ' +api.pageparam.name);
}else if (url_id==1) {
$ ('. Jinqian '). html (');
$ ('. Jinqian '). html (' ¥ ' +api.pageparam.name);
}else if (url_id==2) {
$ ('. Paymsg '). Hide ();//Pay margin when hidden payment time
$ ('. Paybox '). css ({' margin-top ': ' 2rem '});
$ ('. Jinqian '). html (');
$ ('. Jinqian '). html (' ¥ ' +api.pageparam.name);
}
Get URL value with parameter jump