去除加载中过度

This commit is contained in:
Dragon
2023-10-07 16:17:30 +08:00
parent c681deb908
commit 496b7e848a

View File

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