You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- var resever_succsee = getStorJson("submite_success");
- var login_data = getStorJson("login_data");
- $(document).ready(function(){
-
- if(login_data.main_corp_id==4) {
- var pay_url = "http://qdh.zhizhuchuxing.cn/";
- } else {
- var pay_url = "http://wx.zhizhuchuxing.com/";
- }
-
- $("#code").attr("src",pay_url + "wechat/WxPay/phprcode_fx/qrcode.php?data=" + pay_url + "wechat/WxPay/realpay/onlinePay.php?orderid="+resever_succsee.order_id+"&ifdisney="+resever_succsee.ifdisney+"&fx=11&code2=1")
-
- })
|