测试验证完成
This commit is contained in:
+2
-5
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user