去除加载中过度
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user