邀请页面修改。

This commit is contained in:
2025-08-28 15:51:06 +08:00
parent 092ad7f254
commit edbef869c5

View File

@@ -108,7 +108,7 @@
</div> </div>
</div> </div>
<script type="text/javascript"> <script type="text/javascript">
let api_url = "http://45.248.8.91:621/index.php/"; let api_url = "https://mryx.qixing2.top/index.php/";
let can_get_code = true; let can_get_code = true;
let can_register = true; let can_register = true;
let code = ""; let code = "";
@@ -123,7 +123,7 @@
$.ajax({ $.ajax({
type : "POST", type : "POST",
// contentType: "application/json;charset=UTF-8", // contentType: "application/json;charset=UTF-8",
url : 'http://45.248.8.91:621/index.php/api/api/is_verification', url : 'https://mryx.qixing2.top/index.php/api/api/is_verification',
data : { data : {
phone:phone_num, phone:phone_num,
code:yzm code:yzm
@@ -301,7 +301,7 @@
function go_to_link(){ //跳转下载链接 function go_to_link(){ //跳转下载链接
textTip("注册成功",1000,function(){ textTip("注册成功",1000,function(){
window.location.replace("https://www.guluapp.cn/BqPa"); window.location.replace("https://www.guluapp.cn/vRKe");
}); });
} }