1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
| <!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;
| }
| p{
| color: #000000;
| }
| </style>
| <body>
| <p>不同的商城和下单方式都会影响返还网显示您的订单:</p>
| <ul>
| <li>1.淘宝/天猫类通过返利券手机端下单的每笔购物返利订单交易后,返利券中的返利订单会在10分钟内显示该订单的信息。</li>
| </ul>
| </body>
| </html>
|
|