| 12345678910111213141516 |
- <!DOCTYPE html>
- <html>
- <head>
- <title>拒绝提现</title>
- </head>
- <body>
- <div id="confirm" style="display: <%=@confirm_diaplay%>">
- <input type="button" value="是的,我确定" id="yes" onclick="confirm()" >
- <input type="button" value="取 消" id="no" onclick="not_confirm()" >
- </div>
- <div id="success" >
- <h3>已拒绝, 提现款项已回到资金账户中。</h3>
- </div>
- </body>
- </html>
|