测试验证完成
This commit is contained in:
+3
-7
@@ -144,7 +144,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();
|
||||
@@ -394,16 +394,12 @@
|
||||
}
|
||||
|
||||
function loadData() {
|
||||
ApiClient.post(
|
||||
"/api/web/lotteryResult/getList",
|
||||
{ suoxie: "fc3d" },
|
||||
function (res) {
|
||||
ApiClient.requestLegacyLotteryResultCompat({ suoxie: "fc3d" }).then(function (res) {
|
||||
if (res && res.data) {
|
||||
allData = res.data;
|
||||
renderData(currentCount);
|
||||
}
|
||||
},
|
||||
);
|
||||
});
|
||||
}
|
||||
|
||||
$(document).on("click", ".qishu-but", function () {
|
||||
|
||||
Reference in New Issue
Block a user