测试验证完成

This commit is contained in:
rain
2026-06-20 11:20:45 +08:00
parent db8ed02602
commit b3e6f3e831
30 changed files with 110 additions and 135 deletions
+3 -7
View File
@@ -147,7 +147,7 @@
}
function renderNav() {
ApiClient.post("/api/web/menu/getFormatList", {}).then(function (res) {
ApiClient.loadMenuCompat().then(function (res) {
if (res.code !== 0 || !res.data) return;
var $nav = $("#navLotteryItems");
$nav.find(".topbar__nav-link").not(":first").remove();
@@ -321,16 +321,12 @@
}
function loadData() {
ApiClient.post(
"/api/web/lotteryResult/getList",
{ suoxie: "qxc" },
function (res) {
ApiClient.requestLegacyLotteryResultCompat({ suoxie: "qxc" }).then(function (res) {
if (res && res.data) {
allData = res.data;
renderData(currentCount);
}
},
);
});
}
$(document).on("click", ".qishu-but", function () {