{"id":14,"date":"2026-04-25T13:30:33","date_gmt":"2026-04-25T05:30:33","guid":{"rendered":"https:\/\/shoukavip.com\/?page_id=14"},"modified":"2026-04-25T13:30:33","modified_gmt":"2026-04-25T05:30:33","slug":"%e6%b3%a8%e5%86%8c","status":"publish","type":"page","link":"https:\/\/shoukavip.com\/index.php\/%e6%b3%a8%e5%86%8c\/","title":{"rendered":"\u6ce8\u518c"},"content":{"rendered":"<style>\n.agreement-overlay {\n    position: fixed;\n    top: 0;\n    left: 0;\n    right: 0;\n    bottom: 0;\n    width: 100vw;\n    height: 100vh;\n    background: rgba(0,0,0,0.6);\n    z-index: 999999;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    backdrop-filter: blur(2px);\n    pointer-events: none;\n    padding: 16px;\n    box-sizing: border-box;\n}\n.agreement-overlay.active {\n    pointer-events: auto;\n}\n.agreement-modal {\n    background: #fff;\n    border-radius: 12px;\n    max-width: 600px;\n    width: 100%;\n    max-height: 92vh;\n    display: flex;\n    flex-direction: column;\n    box-shadow: 0 20px 60px rgba(0,0,0,0.3);\n    animation: modalFadeIn 0.3s ease;\n    pointer-events: auto;\n    overflow: hidden;\n    box-sizing: border-box;\n}\n@keyframes modalFadeIn {\n    from { opacity: 0; transform: scale(0.95) translateY(20px); }\n    to { opacity: 1; transform: scale(1) translateY(0); }\n}\n.agreement-header {\n    padding: 16px 20px;\n    border-bottom: 1px solid #eee;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    flex-shrink: 0;\n    background: #fff;\n}\n.agreement-header h3 {\n    margin: 0;\n    font-size: 17px;\n    color: #1a1a1a;\n    font-weight: 600;\n}\n.agreement-close {\n    background: none;\n    border: none;\n    font-size: 26px;\n    line-height: 1;\n    cursor: pointer;\n    color: #999;\n    padding: 0 4px;\n    transition: color 0.2s;\n    pointer-events: auto;\n}\n.agreement-close:hover {\n    color: #d9302f;\n}\n.agreement-body {\n    padding: 20px 20px 16px 20px;\n    overflow-y: auto;\n    -webkit-overflow-scrolling: touch;\n    flex: 1 1 auto;\n    line-height: 1.7;\n    color: #333;\n    font-size: 14px;\n    max-width: 600px;\n    min-height: 0;\n    max-height: 50vh;\n    overscroll-behavior: contain;\n}\n.agreement-body::-webkit-scrollbar {\n    width: 5px;\n    height: 5px;\n}\n.agreement-body::-webkit-scrollbar-track {\n    background: #f1f1f1;\n    border-radius: 4px;\n}\n.agreement-body::-webkit-scrollbar-thumb {\n    background: #ccc;\n    border-radius: 4px;\n}\n.agreement-body::-webkit-scrollbar-thumb:hover {\n    background: #aaa;\n}\n.agreement-body {\n    scrollbar-width: thin;\n    scrollbar-color: #ccc #f1f1f1;\n}\n@media (max-width: 480px) {\n    .agreement-overlay {\n        padding: 10px;\n    }\n    .agreement-modal {\n        max-height: 95vh;\n        border-radius: 10px;\n    }\n    .agreement-body {\n        max-height: 55vh;\n        padding: 14px 14px 12px 14px;\n        font-size: 13px;\n        -webkit-overflow-scrolling: touch;\n    }\n    .agreement-header {\n        padding: 12px 14px;\n    }\n    .agreement-header h3 {\n        font-size: 16px;\n    }\n    .agreement-footer {\n        padding: 12px 14px;\n    }\n    .agreement-agree-btn {\n        padding: 10px 30px;\n        font-size: 15px;\n        width: 100%;\n    }\n}\n.agreement-body * {\n    max-width: 100%;\n    word-wrap: break-word;\n}\n.agreement-body h1, .agreement-body h2, .agreement-body h3 {\n    margin-top: 0;\n}\n.agreement-body p {\n    margin: 0 0 10px 0;\n}\n.agreement-footer {\n    padding: 14px 20px;\n    border-top: 1px solid #eee;\n    text-align: center;\n    flex-shrink: 0;\n    background: #fff;\n}\n.agreement-agree-btn {\n    background: #f90;\n    color: #fff;\n    border: none;\n    padding: 10px 40px;\n    border-radius: 6px;\n    font-size: 16px;\n    cursor: pointer;\n    transition: background 0.2s;\n    pointer-events: auto;\n}\n.agreement-agree-btn:hover {\n    background: #e88500;\n}\n<\/style>\n\n<div style=\"max-width:500px;margin:40px auto;padding:30px;border:1px solid #ddd;border-radius:6px;position:relative;\">\n    <h3>\u7528\u6237\u6ce8\u518c<\/h3>\n    <form method=\"post\" id=\"regForm\">\n        <div style=\"margin-bottom:12px;\">\n            <label>\u90ae\u7bb1<\/label>\n            <input type=\"email\" name=\"user_email\" id=\"reg_email\" style=\"width:100%;padding:8px;\" required>\n        <\/div>\n        <div style=\"margin-bottom:12px;display:flex;gap:10px;align-items:center;\">\n            <input type=\"text\" name=\"reg_code\" placeholder=\"6\u4f4d\u90ae\u7bb1\u9a8c\u8bc1\u7801\" style=\"flex:1;padding:8px;\" required>\n            <button type=\"button\" id=\"btn_send_code\" style=\"padding:8px 12px;white-space:nowrap;\">\u53d1\u9001\u9a8c\u8bc1\u7801<\/button>\n        <\/div>\n        <div style=\"margin-bottom:12px;\">\n            <label>\u5bc6\u7801<\/label>\n            <input type=\"password\" name=\"user_pass\" style=\"width:100%;padding:8px;\" required>\n        <\/div>\n        <button type=\"submit\" name=\"submit_user_reg\" style=\"padding:8px 16px;\">\u6ce8\u518c<\/button>\n    <\/form>\n<\/div>\n\n<div class=\"agreement-overlay active\" id=\"agreementOverlay\">\n    <div class=\"agreement-modal\" id=\"agreementModal\">\n        <div class=\"agreement-header\">\n            <h3>\u6ce8\u518c\u534f\u8bae<\/h3>\n            <button class=\"agreement-close\" id=\"agreementCloseBtn\">&times;<\/button>\n        <\/div>\n        <div class=\"agreement-body\" id=\"agreementBody\">\n            <h6>\u3010\u5ba1\u614e\u9605\u8bfb\u3011<\/h6>\r\n\u60a8\u5728\u7533\u8bf7\u6ce8\u518c\u6d41\u7a0b\u4e2d\u70b9\u51fb\u540c\u610f\u524d\uff0c\u5e94\u5f53\u8ba4\u771f\u9605\u8bfb\u4ee5\u4e0b\u534f\u8bae\u3002\u8bf7\u60a8\u52a1\u5fc5\u5ba1\u614e\u9605\u8bfb\u3001\u5145\u5206\u7406\u89e3\u534f\u8bae\u4e2d\u76f8\u5173\u6761\u6b3e\u5185\u5bb9\uff0c\u5176\u4e2d\u5305\u62ec\uff1a\r\n\r\n<hr \/>\r\n\r\n<h6>\u4e00\u3001\u534f\u8bae\u63a5\u53d7<\/h6>\r\n1.1 \u60a8\u70b9\u51fb\\\\\\\"\u540c\u610f\u534f\u8bae\\\\\\\"\u6309\u94ae\u5e76\u5b8c\u6210\u6ce8\u518c\uff0c\u5373\u89c6\u4e3a\u60a8\u5df2\u9605\u8bfb\u3001\u7406\u89e3\u5e76\u81ea\u613f\u63a5\u53d7\u672c\u534f\u8bae\u7684\u5168\u90e8\u6761\u6b3e\u3002\r\n\r\n1.2 \u672c\u7f51\u7ad9\u6709\u6743\u6839\u636e\u6cd5\u5f8b\u6cd5\u89c4\u53d8\u5316\u6216\u8fd0\u8425\u9700\u8981\uff0c\u9002\u65f6\u4fee\u6539\u672c\u534f\u8bae\u3002\u4fee\u6539\u540e\u7684\u534f\u8bae\u5c06\u5728\u672c\u7f51\u7ad9\u516c\u5e03\uff0c\u7ee7\u7eed\u4f7f\u7528\u670d\u52a1\u5373\u89c6\u4e3a\u63a5\u53d7\u4fee\u6539\u540e\u7684\u534f\u8bae\u3002\r\n\r\n<hr \/>\r\n\r\n<h6>\u4e8c\u3001\u7528\u6237\u8d26\u53f7<\/h6>\r\n2.1 \u60a8\u5e94\u4f7f\u7528\u771f\u5b9e\u6709\u6548\u7684\u7535\u5b50\u90ae\u7bb1\u8fdb\u884c\u6ce8\u518c\uff0c\u5e76\u5bf9\u8d26\u53f7\u5b89\u5168\u8d1f\u8d23\u3002\r\n\r\n2.2 \u6bcf\u4e2a\u7528\u6237\u4ec5\u9650\u6ce8\u518c\u4e00\u4e2a\u8d26\u53f7\uff0c\u7981\u6b62\u6279\u91cf\u6ce8\u518c\u6216\u4f7f\u7528\u4ed6\u4eba\u4fe1\u606f\u6ce8\u518c\u3002\r\n\r\n2.3 \u60a8\u5e94\u5f53\u59a5\u5584\u4fdd\u7ba1\u8d26\u53f7\u53ca\u5bc6\u7801\uff0c\u56e0\u8d26\u53f7\u51fa\u501f\u3001\u8f6c\u8ba9\u6216\u6cc4\u9732\u5bfc\u81f4\u7684\u635f\u5931\u7531\u60a8\u81ea\u884c\u627f\u62c5\u3002\r\n\r\n<hr \/>\r\n\r\n<h6>\u4e09\u3001\u7528\u6237\u6743\u5229<\/h6>\r\n3.1 \u60a8\u6709\u6743\u4f7f\u7528\u6211\u4eec\u63d0\u4f9b\u7684\u5361\u724c\u4ea4\u6613\u3001\u5361\u724c\u4ea4\u6362\u3001\u79ef\u5206\uff08\u8363\u8000\u70b9\uff09\u5151\u6362\u53ca\u5373\u65f6\u804a\u5929\u793e\u533a\u4ea4\u53cb\u53d1\u5e03\u7b49\u529f\u80fd\u3002\r\n\r\n3.2 \u60a8\u6709\u6743\u901a\u8fc7\u5408\u6cd5\u9014\u5f84\u83b7\u53d6\u548c\u4f7f\u7528\u79ef\u5206\uff0c\u79ef\u5206\u89c4\u5219\u4ee5\u6211\u4eec\u5b98\u65b9\u516c\u5e03\u4e3a\u51c6\u3002\r\n\r\n3.3 \u60a8\u6709\u6743\u5728\u9075\u5b88\u6211\u4eec\u89c4\u5219\u7684\u524d\u63d0\u4e0b\uff0c\u53d1\u5e03\u5361\u724c\u4fe1\u606f\u3001\u53c2\u4e0e\u793e\u533a\u8ba8\u8bba\u548c\u4e92\u52a8\u3002\r\n\r\n<hr \/>\r\n\r\n<h6>\u56db\u3001\u8d23\u4efb\u9650\u5236\u6761\u6b3e<\/h6>\r\n4.1 \u672c\u7ad9\u4f5c\u4e3a\u5e73\u53f0\u65b9\uff0c\u5c3d\u529b\u4fdd\u969c\u670d\u52a1\u7684\u7a33\u5b9a\u4e0e\u5b89\u5168\uff0c\u4f46\u4e0d\u5bf9\u7528\u6237\u4e4b\u95f4\u79c1\u4e0b\u4ea4\u6613\u4ea7\u751f\u7684\u7ea0\u7eb7\u627f\u62c5\u76f4\u63a5\u8d23\u4efb\u3002\r\n\r\n4.2 \u5bf9\u4e8e\u4e0d\u53ef\u6297\u529b\u3001\u9ed1\u5ba2\u653b\u51fb\u3001\u7cfb\u7edf\u7ef4\u62a4\u7b49\u975e\u672c\u7ad9\u539f\u56e0\u5bfc\u81f4\u7684\u670d\u52a1\u4e2d\u65ad\u6216\u6570\u636e\u635f\u5931\uff0c\u672c\u7ad9\u4e0d\u627f\u62c5\u8d23\u4efb\u3002\r\n\r\n<hr \/>\r\n\r\n<h6>\u4e94\u3001\u8fdd\u89c4\u5904\u7406\u4e0e\u8d26\u53f7\u5c01\u7981<\/h6>\r\n5.1 \u5bf9\u4e8e\u8fdd\u53cd\u672c\u534f\u8bae\u6216\u793e\u533a\u89c4\u5219\u7684\u7528\u6237\uff0c\u6211\u4eec\u6709\u6743\u89c6\u60c5\u8282\u8f7b\u91cd\u91c7\u53d6\u4ee5\u4e0b\u63aa\u65bd\uff1a\r\n<ul>\r\n \t<li><strong>\u8b66\u544a<\/strong>\uff1a\u9996\u6b21\u8f7b\u5fae\u8fdd\u89c4\uff0c\u7ed9\u4e88\u53e3\u5934\u6216\u7ad9\u5185\u4fe1\u8b66\u544a\uff1b<\/li>\r\n \t<li><strong>\u9650\u5236\u529f\u80fd<\/strong>\uff1a\u6682\u65f6\u9650\u5236\u804a\u5929\u3001\u4ea4\u6613\u3001\u53d1\u5e16\u7b49\u90e8\u5206\u529f\u80fd\u7684\u4f7f\u7528\uff1b<\/li>\r\n \t<li><strong>\u6263\u9664\u79ef\u5206<\/strong>\uff1a\u5bf9\u4e8e\u8fdd\u89c4\u83b7\u53d6\u7684\u79ef\u5206\u4e88\u4ee5\u6263\u9664\uff0c\u5e76\u89c6\u60c5\u51b5\u8ffd\u52a0\u6263\u9664\uff1b<\/li>\r\n \t<li><strong>\u4e34\u65f6\u5c01\u7981<\/strong>\uff1a\u8fdd\u89c4\u60c5\u8282\u8f83\u91cd\u7684\uff0c\u51bb\u7ed3\u8d26\u53f77\u81f330\u5929\uff1b<\/li>\r\n \t<li><strong>\u6c38\u4e45\u5c01\u7981<\/strong>\uff1a\u4e25\u91cd\u8fdd\u89c4\uff08\u5982\u53d1\u5e03\u8fdd\u6cd5\u5185\u5bb9\u3001\u6b3a\u8bc8\u4ed6\u4eba\u3001\u5229\u7528\u7cfb\u7edf\u6f0f\u6d1e\u3001\u591a\u6b21\u8fdd\u89c4\u5c61\u6559\u4e0d\u6539\u7b49\uff09\uff0c\u5c06\u6c38\u4e45\u5c01\u7981\u8d26\u53f7\uff0c\u5e76\u4fdd\u7559\u8ffd\u7a76\u6cd5\u5f8b\u8d23\u4efb\u7684\u6743\u5229\u3002<\/li>\r\n<\/ul>\r\n5.2 \u5c01\u7981\u671f\u95f4\uff0c\u8d26\u53f7\u5c06\u65e0\u6cd5\u4f7f\u7528\u5e94\u5c01\u7981\u7684\u5bf9\u5e94\u529f\u80fd\u3001\u65e0\u6cd5\u4f7f\u7528\u4efb\u4f55\u793e\u533a\u529f\u80fd\u3002\r\n\r\n5.3 \u5982\u7528\u6237\u5bf9\u5c01\u7981\u51b3\u5b9a\u6709\u5f02\u8bae\uff0c\u53ef\u901a\u8fc7\u793e\u533a\u5b98\u65b9\u8054\u7cfb\u65b9\u5f0f\u63d0\u51fa\u7533\u8bc9\uff0c\u672c\u793e\u533a\u5c06\u57287\u4e2a\u5de5\u4f5c\u65e5\u5185\u8fdb\u884c\u590d\u6838\u5e76\u53cd\u9988\u7ed3\u679c\u3002\r\n\r\n5.4 \u56e0\u7528\u6237\u8fdd\u89c4\u884c\u4e3a\u7ed9\u672c\u793e\u533a\u6216\u7b2c\u4e09\u65b9\u9020\u6210\u635f\u5931\u7684\uff0c\u8fdd\u89c4\u7528\u6237\u5e94\u627f\u62c5\u76f8\u5e94\u7684\u8d54\u507f\u8d23\u4efb\u3002\r\n\r\n<hr \/>\r\n\r\n<h6>\u516d\u3001\u901a\u7528\u8865\u5145\u6761\u6b3e<\/h6>\r\n6.1 \u672c\u91ca\u6743\u5f52\u672c\u7ad9\u517d\u5361\u5b98\u7f51\u6240\u6709\u3002\r\n\r\n6.2 \u5982\u672c\u534f\u8bae\u4efb\u4f55\u6761\u6b3e\u88ab\u8ba4\u5b9a\u4e3a\u65e0\u6548\uff0c\u4e0d\u5f71\u54cd\u5176\u4ed6\u6761\u6b3e\u7684\u6548\u529b\u3002\r\n\r\n6.3 \u672c\u534f\u8bae\u81ea\u60a8\u6ce8\u518c\u6210\u529f\u4e4b\u65e5\u8d77\u751f\u6548\u3002\r\n\r\n<hr \/>\r\n\r\n<h6>\u4e03\u3001\u7528\u6237\u4e49\u52a1\u4e0e\u884c\u4e3a\u89c4\u8303<\/h6>\r\n7.1 \u60a8\u5e94\u5f53\u9075\u5b88\u56fd\u5bb6\u6cd5\u5f8b\u6cd5\u89c4\uff0c\u4e0d\u5f97\u5229\u7528\u7f51\u7ad9\u793e\u533a\u4ece\u4e8b\u4efb\u4f55\u8fdd\u6cd5\u6d3b\u52a8\u3002\r\n\r\n7.2 \u5728\u804a\u5929\u529f\u80fd\u3001\u793e\u533a\u529f\u80fd<span style=\"font-size: 16px;font-style: normal;font-weight: 400\">\u3001<\/span><span style=\"font-size: 16px\">\u8bc4\u8bba\u3001\u53d1\u5e16\u7b49\u6240\u6709\u4e92\u52a8\u573a\u666f\u4e2d\uff0c<\/span><strong style=\"font-size: 16px\">\u4e25\u7981\u53d1\u5e03\u4ee5\u4e0b\u5185\u5bb9<\/strong><span style=\"font-size: 16px\">\uff1a<\/span>\r\n<ul>\r\n \t<li><strong>\u8fdd\u6cd5\u8fdd\u89c4\u5185\u5bb9<\/strong>\uff1a\u5305\u62ec\u4f46\u4e0d\u9650\u4e8e\u6d89\u53ca\u653f\u6cbb\u654f\u611f\u3001\u5206\u88c2\u56fd\u5bb6\u3001\u6050\u6016\u4e3b\u4e49\u3001\u90aa\u6559\u3001\u8d4c\u535a\u3001\u6bd2\u54c1\u3001\u66b4\u529b\u3001\u8272\u60c5\u3001\u6deb\u79fd\u3001\u4f4e\u4fd7\u7b49\u6cd5\u5f8b\u6cd5\u89c4\u7981\u6b62\u7684\u4fe1\u606f\uff1b<\/li>\r\n \t<li><strong>\u4eba\u8eab\u653b\u51fb\u4e0e\u4fae\u8fb1<\/strong>\uff1a\u5bf9\u4ed6\u4eba\u8fdb\u884c\u8fb1\u9a82\u3001\u8bfd\u8c24\u3001\u6050\u5413\u3001\u4eba\u8089\u641c\u7d22\u3001\u6cc4\u9732\u4ed6\u4eba\u9690\u79c1\u7b49\u884c\u4e3a\uff1b<\/li>\r\n \t<li><strong>\u865a\u5047\u4e0e\u6b3a\u8bc8\u4fe1\u606f<\/strong>\uff1a\u53d1\u5e03\u865a\u5047\u4ea4\u6613\u4fe1\u606f\u3001\u4f2a\u9020\u5361\u724c\u771f\u4f2a\u3001\u6076\u610f\u54c4\u62ac\u4ef7\u683c\u3001\u9a97\u53d6\u4ed6\u4eba\u8d22\u7269\u6216\u79ef\u5206\uff1b<\/li>\r\n \t<li><strong>\u5783\u573e\u4e0e\u5e7f\u544a\u4fe1\u606f<\/strong>\uff1a\u6076\u610f\u5237\u5c4f\u3001\u53d1\u5e03\u4e0e\u793e\u533a\u65e0\u5173\u7684\u5546\u4e1a\u5e7f\u544a\u3001\u5916\u94fe\u63a8\u5e7f\u3001\u62c9\u4eba\u5934\u7b49\u884c\u4e3a\uff1b<\/li>\r\n \t<li><strong>\u6076\u610f\u5e72\u6270\u884c\u4e3a<\/strong>\uff1a\u5229\u7528\u6280\u672f\u624b\u6bb5\u653b\u51fb\u7f51\u7ad9<span style=\"font-size: 16px;font-style: normal;font-weight: 400\">\u3001<\/span>\u793e\u533a\u7cfb\u7edf\u3001\u6076\u610f\u4e3e\u62a5\u3001\u6270\u4e71\u793e\u533a\u6b63\u5e38\u79e9\u5e8f\uff1b<\/li>\r\n \t<li><strong>\u7248\u6743\u4fb5\u6743\u5185\u5bb9<\/strong>\uff1a\u672a\u7ecf\u6388\u6743\u53d1\u5e03\u53d7\u7248\u6743\u4fdd\u62a4\u7684\u5361\u724c\u56fe\u7247\u3001\u8d44\u6599\u7b49\u3002<\/li>\r\n<\/ul>\r\n7.3 \u60a8\u5728\u5361\u724c\u4ea4\u6613\u548c\u4ea4\u6362\u8fc7\u7a0b\u4e2d\uff0c\u5e94\u672c\u7740\u8bda\u5b9e\u4fe1\u7528\u7684\u539f\u5219\uff0c\u5982\u5b9e\u63cf\u8ff0\u5361\u724c\u7684\u54c1\u76f8\u3001\u7248\u672c\u3001\u771f\u4f2a\u7b49\u5173\u952e\u4fe1\u606f\u3002\r\n\r\n7.4 \u79ef\u5206\u5151\u6362\u4ea7\u54c1\u65f6\uff0c\u5e94\u6309\u7167\u6211\u4eec\u516c\u5e03\u7684\u5151\u6362\u89c4\u5219\u64cd\u4f5c\uff0c\u4e0d\u5f97\u6076\u610f\u5237\u53d6\u79ef\u5206\u6216\u5229\u7528\u7cfb\u7edf\u6f0f\u6d1e\u3002\r\n\r\n<hr \/>\r\n\r\n<a href=\"https:\/\/shoukavip.com\/index.php\/%e9%9a%90%e7%a7%81%e6%94%bf%e7%ad%96\/\" target=\"_blank\" rel=\"noopener noreferrer\">\u300a\u9690\u79c1\u653f\u7b56\u300b<\/a>        <\/div>\n        <div class=\"agreement-footer\">\n            <button class=\"agreement-agree-btn\" id=\"agreementAgreeBtn\">\u540c\u610f\u534f\u8bae<\/button>\n        <\/div>\n    <\/div>\n<\/div>\n\n<script>\njQuery(function($) {\n    setTimeout(function() {\n        $('#agreementOverlay').addClass('active');\n    }, 300);\n\n    $('#agreementAgreeBtn').on('click', function() {\n        $('#agreementOverlay').removeClass('active');\n        $('#agreementOverlay').hide();\n    });\n\n    $('#agreementCloseBtn').on('click', function(e) {\n        e.stopPropagation();\n        window.location.href = 'https:\/\/shoukavip.com\/';\n    });\n\n    $('#agreementOverlay').on('click', function(e) {\n        if ($(e.target).is('#agreementOverlay')) {\n            return false;\n        }\n    });\n\n    var bodyEl = document.getElementById('agreementBody');\n    if (bodyEl) {\n        bodyEl.addEventListener('touchmove', function(e) {\n            e.stopPropagation();\n        }, { passive: true });\n    }\n});\n<\/script>\n\n<script>\njQuery(function($){\n    var lock = false;\n    $('#btn_send_code').click(function(){\n        if(lock)return;\n        var email = $('#reg_email').val().trim();\n        if(!\/^\\w+([.-]\\w+)*@\\w+([.-]\\w+)*\\.\\w{2,}$\/.test(email)){\n            alert('\u8bf7\u586b\u5199\u6b63\u786e\u90ae\u7bb1');return;\n        }\n        lock = true;\n        var t = 60;\n        var $btn = $(this);\n        $btn.text('\u53d1\u9001\u4e2d...');\n        $.post(\"https:\/\/shoukavip.com\/wp-admin\/admin-ajax.php\",{\n            action:\"sk_send_reg_code\",\n            email:email\n        },function(res){\n            if(res.code == 1){\n                var timer = setInterval(function(){\n                    t--;\n                    $btn.text(t+'\u79d2\u540e\u91cd\u53d1');\n                    if(t<=0){\n                        clearInterval(timer);\n                        $btn.text('\u53d1\u9001\u9a8c\u8bc1\u7801');\n                        lock = false;\n                    }\n                },1000);\n            }else{\n                alert(res.msg);\n                $btn.text('\u53d1\u9001\u9a8c\u8bc1\u7801');\n                lock = false;\n            }\n        });\n    });\n});\n<\/script>\n\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-14","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/shoukavip.com\/index.php\/wp-json\/wp\/v2\/pages\/14","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/shoukavip.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/shoukavip.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/shoukavip.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/shoukavip.com\/index.php\/wp-json\/wp\/v2\/comments?post=14"}],"version-history":[{"count":1,"href":"https:\/\/shoukavip.com\/index.php\/wp-json\/wp\/v2\/pages\/14\/revisions"}],"predecessor-version":[{"id":15,"href":"https:\/\/shoukavip.com\/index.php\/wp-json\/wp\/v2\/pages\/14\/revisions\/15"}],"wp:attachment":[{"href":"https:\/\/shoukavip.com\/index.php\/wp-json\/wp\/v2\/media?parent=14"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}