weeisc
2024-08-29 cc1d9758aedab3854b5bad3bc595d7cb6d8d6acb
Merge branch 'weisc/qqcookie'
3 files modified
26 ■■■■ changed files
application/common/model/Land.php 8 ●●●●● patch | view | raw | blame | history
application/index/view/ssp/ssp.html 7 ●●●● patch | view | raw | blame | history
application/index/view/ssp/success.html 11 ●●●● patch | view | raw | blame | history
application/common/model/Land.php
@@ -59,6 +59,14 @@
                '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);
application/index/view/ssp/ssp.html
@@ -62,8 +62,11 @@
<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">
application/index/view/ssp/success.html
@@ -9,11 +9,12 @@
    <!-- <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>