测试验证完成
This commit is contained in:
@@ -169,7 +169,7 @@
|
||||
}
|
||||
|
||||
function renderNav() {
|
||||
ApiClient.post("/api/web/menu/getFormatList", {}).then(
|
||||
ApiClient.loadMenuCompat().then(
|
||||
function (res) {
|
||||
if (res.code !== 0 || !res.data) return;
|
||||
var $nav = $("#navLotteryItems");
|
||||
@@ -205,8 +205,8 @@
|
||||
|
||||
function loadDistList(pageNum) {
|
||||
currentPage = pageNum;
|
||||
ApiClient.post(
|
||||
"/api/web/distribution/getPageList",
|
||||
ApiClient.get(
|
||||
ApiClient.API.referralInviteList,
|
||||
{
|
||||
pageNum: pageNum,
|
||||
pageSize: pageSize,
|
||||
|
||||
Reference in New Issue
Block a user