Commit 15257342 authored by wildfirecode13's avatar wildfirecode13

1

parent 5c073ba0
...@@ -14,57 +14,57 @@ const apiList = { ...@@ -14,57 +14,57 @@ const apiList = {
...capi, ...capi,
getIndex: { getIndex: {
handle: 'index', handle: 'index',
isShowLoading: true isShowLoading: false
}, },
receiveObjectPrize: { receiveObjectPrize: {
handle: 'receiveObjectPrize', handle: 'receiveObjectPrize',
method:'get', method:'get',
isShowLoading: true isShowLoading: false
}, },
receiveEnamePrize: { receiveEnamePrize: {
handle: 'receiveEnamePrize', handle: 'receiveEnamePrize',
method:'get', method:'get',
isShowLoading: true isShowLoading: false
}, },
getMyPrizeList: { getMyPrizeList: {
handle: 'getMyPrizeList', handle: 'getMyPrizeList',
method:'get', method:'get',
isShowLoading: true isShowLoading: false
}, },
getActivityBaseInfoById: { getActivityBaseInfoById: {
handle: 'getActivityBaseInfoById', handle: 'getActivityBaseInfoById',
method:'get', method:'get',
isShowLoading: true isShowLoading: false
}, },
submit: { submit: {
handle: 'submit', handle: 'submit',
method:'get', method:'get',
isShowLoading: true isShowLoading: false
}, },
getBuyFloorList: { getBuyFloorList: {
handle: 'getBuyFloorList', handle: 'getBuyFloorList',
method:'get', method:'get',
isShowLoading: true isShowLoading: false
}, },
getFloorPrize: { getFloorPrize: {
handle: 'getFloorPrize', handle: 'getFloorPrize',
method:'get', method:'get',
isShowLoading: true isShowLoading: false
}, },
getCredits: { getCredits: {
handle: 'getCredits', handle: 'getCredits',
method:'get', method:'get',
isShowLoading: true isShowLoading: false
}, },
getVipInfo: { getVipInfo: {
handle: 'getVipInfo', handle: 'getVipInfo',
method:'get', method:'get',
isShowLoading: true isShowLoading: false
}, },
login: { login: {
handle: 'login', handle: 'login',
method:'get', 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