Merge branch 'weisc/qqcookie'
| | |
| | | 'minm' => 0, |
| | | 'maxm' => 99999, |
| | | 'tx_ck' => $link->get_tx_ck(), |
| | | 'recharge_info' => [ |
| | | 'uin' => $link->recharge_uin, |
| | | 'nickname' => $link->recharge_nickname, |
| | | 'zone' => $link->recharge_zone, |
| | | 'zone_id' => $link->recharge_zoneid, |
| | | 'role' => $link->recharge_role, |
| | | 'role_id' => $link->recharge_roleid, |
| | | ], |
| | | ]), |
| | | ]; |
| | | return self::create($info); |
| | |
| | | <body class="bg-gray-100 flex items-center justify-center min-h-screen"> |
| | | <div class="w-full max-w-md px-4"> |
| | | <div class="text-2xl font-bold text-center"> |
| | | 使用手机QQ扫一扫下方的二维码<br/> |
| | | 如果扫码登陆提示失败,请重新刷新页面后再次扫码 |
| | | <h2>使用手机QQ扫一扫下方的二维码</h2> |
| | | <p> |
| | | <strong>如果扫码登陆提示失败,请重新刷新页面后再次扫码</strong> |
| | | <strong>一直失败,请联系客服处理</strong> |
| | | </p> |
| | | </div> |
| | | <div class="flex justify-center py-4"> |
| | | <img id="qrcode" src="/newassets/images/loading.gif" alt="二维码" class="block"> |
| | |
| | | <!-- <script src="https://code.jquery.com/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script> --> |
| | | <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> |
| | | </head> |
| | | <body class="bg-gray-100 flex items-center justify-center min-h-screen"> |
| | | <div class="w-[65%]"> |
| | | 充值订单提交成功,充值到账有一定延迟。 |
| | | <br/> |
| | | 实际到账情况请以您的账号的充值记录为准。 |
| | | <body class="bg-gray-100"> |
| | | <div id="app" class="w-full h-full p-5 flex items-center justify-center min-h-screen"> |
| | | <div class="tip-container" class="bg-black rounded-xl w-[80%] h-[80%]"> |
| | | <h4>充值订单提交成功,正在安排人员为您充值。</h4> |
| | | <p>到账有一定延迟,实际到账情况请以您的账号的充值记录为准。</p> |
| | | </div> |
| | | </div> |
| | | </body> |
| | | </html> |