1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
| <!DOCTYPE html>
| <html>
| <head>
| <meta charset="UTF-8">
| <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
| <title>如何提现或使用红包金额?</title>
| </head>
| <link rel="stylesheet" type="text/css" href="../css/base.css"/>
| <link rel="stylesheet" type="text/css" href="../css/mui.min.css"/>
| <style>
| body{
| padding: 20px;
| }
| </style>
| <body>
| <ul>
| <li>1. 申请提现的步骤:点击我的>点击红包金额旁的提现>绑定微信支付或支付宝账号>选择支付工具>输入金额>输入支付密码>点击确认;<br /><br />如账户信息、资金等无误,申请后一般会在1-3个工作日(不包括周末,其他法定节假日,如遇特殊情况我们会另行通知)为你转账。</li>
| </ul>
| </body>
| </html>
|
|