测试验证完成

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
+2 -5
View File
@@ -766,7 +766,7 @@
$("#historyTableBody").html(
'<tr><td colspan="4" class="is-empty">正在加载历史开奖数据...</td></tr>',
);
ApiClient.post("/api/web/lotteryResult/getList", { suoxie: code })
ApiClient.requestLegacyLotteryResultCompat({ suoxie: code })
.then(function (res) {
if (res.code === 0 && res.data) {
historyCache[code] = res.data.records || res.data || [];
@@ -834,10 +834,7 @@
renderAdGroups(data.adList || []);
renderRecommendGrid(data.linkList || []);
renderLinksGrid(data.linkList || []);
ApiClient.post("/api/web/QRCode").then(function (res) {
if (res.code === 0 && res.data)
CommonUtil.generateQRCode(res.data, "downloadQrImg");
});
CommonUtil.generateQRCode(location.origin + "/html/appdown.html", "downloadQrImg");
}
$(function () {
bindStaticEvents();