<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"/> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> <meta content="telephone=no" name="format-detection"> <meta name="wap-font-scale" content="no"> <title></title> <link rel="stylesheet" href="css/reset.css"> <link rel="stylesheet" href="css/indexLi.css?v='2131231'"> <script src="js/fsize.js"></script> <style type="text/css"> body{ background-color: #FFF; } .draw-box .draw-box-p2{ color: #E53985; margin-top: 0.3rem; font-size: 0.64rem; } .draw-box .draw-box-p3{ color: #666; margin-top: .2rem; } .paypal-end-btn{ background: #E53985; } .draw-tips{ color:#999; font-size: 0.346rem; line-height: 1.5; } </style> </head> <body> <div style="height: 1rem;"></div> <div class="draw-box"> <p class="draw-box-p1"><img src="img/ok2.png" alt=""></p> <p class="draw-box-p2 L-Cn">提現申請成功</p> <p class="draw-box-p2 L-En">Withdrawal successful</p> <p class="draw-box-p3 L-Cn">訂單號:<span></span></p> <p class="draw-box-p3 L-En">Order number:<span></span></p> </div> <div class="paypal-end-btn L-Cn">返回羽毛提現頁面</div> <div class="paypal-end-btn L-En">Return to the Foot Seen withdrawal page</div> <p class="draw-tips L-Cn">系統已經接受到你的提現申請,在3個工作日內收到,請及時檢查您提現賬戶查詢。</p> <p class="draw-tips L-En">The system has accepted your withdrawal request and received it within 3 working days. Please check your withdrawal account in time.</p> </body> <script src="js/jquery-3.2.1.min.js"></script> <script src="../../lib/langchange.js?v=201909121028"></script> <script> if(sessionStorage.lang ==0 || sessionStorage.lang == 2){ $('.L-Cn').show(); $('.L-En').hide(); $("title").text("提現申請成功") } else { $('.L-Cn').hide(); $('.L-En').show(); $("title").text("Withdrawals record") } $(".draw-box-p3 span").text(sessionStorage.payNum); $(".paypal-end-btn").on("click", function () { window.location.href="http://yazhai://_closeweb"; }) //弹出帮助 try{ var obj2 = { "cid": 9, "reqCode": new Date().getTime(), "data": { msg: '是否分享或帮助', shareType: 0, helpType: 1 } } var obj = JSON.stringify(obj2); localStorage.help='paypal' appCollaboration(obj) } catch(err){ console.log(err) } </script> </html>