测试验证完成
This commit is contained in:
+4
-4
@@ -226,7 +226,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();
|
||||
@@ -250,7 +250,7 @@
|
||||
|
||||
// Load menu data (3-level cascade)
|
||||
function loadMenuData() {
|
||||
ApiClient.post("/api/web/menu/getFormatList", {}).then(function (res) {
|
||||
ApiClient.loadMenuCompat().then(function (res) {
|
||||
if (res.code === 0 && res.data) {
|
||||
menuData = res.data;
|
||||
renderLotteryFilter();
|
||||
@@ -559,7 +559,7 @@
|
||||
return;
|
||||
}
|
||||
currentTypeId = typeId;
|
||||
ApiClient.get("/api/web/pay-article/expert-rank", {
|
||||
ApiClient.get(ApiClient.API.payArticleExpertRank, {
|
||||
menuId: typeId,
|
||||
issueCount: currentPageSize,
|
||||
pageNum: currentPage,
|
||||
@@ -664,7 +664,7 @@
|
||||
);
|
||||
return;
|
||||
}
|
||||
ApiClient.get("/api/web/pay-article/expert-rank", {
|
||||
ApiClient.get(ApiClient.API.payArticleExpertRank, {
|
||||
menuId: typeId,
|
||||
issueCount: 50,
|
||||
pageNum: 1,
|
||||
|
||||
Reference in New Issue
Block a user