diff --git a/view/peko/activity/act-kitchen/js/index.js b/view/peko/activity/act-kitchen/js/index.js index a498e73..a6d12ee 100644 --- a/view/peko/activity/act-kitchen/js/index.js +++ b/view/peko/activity/act-kitchen/js/index.js @@ -67,7 +67,7 @@ function getUserInfo () { } // 獲取最新一次的深海奇緣活動信息 function getNewestAct () { - showLoading() + // showLoading() networkRequest({ type: 'GEt', url: urlPrefix + '/act/luckySea/getNewestAct', @@ -201,7 +201,7 @@ function countup (status) { } // 渲染抽獎列錶 function listItem (roundId) { - showLoading() + // showLoading() networkRequest({ type: 'GEt', url: urlPrefix + '/act/luckySea/listItem', @@ -237,7 +237,7 @@ function listItem (roundId) { } // 獲取往輪結果 function listLuckySeaActInfo (roundId) { - showLoading() + // showLoading() networkRequest({ type: 'GEt', url: urlPrefix + '/act/luckySea/listLuckySeaActInfo',