Commit 15257342 authored by wildfirecode13's avatar wildfirecode13

1

parent 5c073ba0
......@@ -14,57 +14,57 @@ const apiList = {
...capi,
getIndex: {
handle: 'index',
isShowLoading: true
isShowLoading: false
},
receiveObjectPrize: {
handle: 'receiveObjectPrize',
method:'get',
isShowLoading: true
isShowLoading: false
},
receiveEnamePrize: {
handle: 'receiveEnamePrize',
method:'get',
isShowLoading: true
isShowLoading: false
},
getMyPrizeList: {
handle: 'getMyPrizeList',
method:'get',
isShowLoading: true
isShowLoading: false
},
getActivityBaseInfoById: {
handle: 'getActivityBaseInfoById',
method:'get',
isShowLoading: true
isShowLoading: false
},
submit: {
handle: 'submit',
method:'get',
isShowLoading: true
isShowLoading: false
},
getBuyFloorList: {
handle: 'getBuyFloorList',
method:'get',
isShowLoading: true
isShowLoading: false
},
getFloorPrize: {
handle: 'getFloorPrize',
method:'get',
isShowLoading: true
isShowLoading: false
},
getCredits: {
handle: 'getCredits',
method:'get',
isShowLoading: true
isShowLoading: false
},
getVipInfo: {
handle: 'getVipInfo',
method:'get',
isShowLoading: true
isShowLoading: false
},
login: {
handle: 'login',
method:'get',
isShowLoading: true
isShowLoading: false
}
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment