Commit 5805a483 authored by wildfirecode13's avatar wildfirecode13

1

parent ca750f71
...@@ -67,7 +67,8 @@ Page({ ...@@ -67,7 +67,8 @@ Page({
startBtnVisible: true, startBtnVisible: true,
ruleModalBtnVisible: true ruleModalBtnVisible: true
}) })
} };
API.getFloorPrize
}, },
/** /**
* 登录接口 * 登录接口
......
const OPEN_PRIZE_STATUS = {
// 待开奖
WAIT_AWARD: 1,
// 开奖中
PROCESSING: 2,
// 开奖成功
SUCCESS: 3,
// 开奖失败
FAIL: 4,
// 不开奖
NOT_OPEN: 5
}
export default OPEN_PRIZE_STATUS
\ No newline at end of file
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