Commit a52f4919 by zhanghaozhe

周年庆

parent 1fa1b07a
...@@ -243,7 +243,11 @@ function ResultConfirm({resultFun, is_correct, is_sign}) { ...@@ -243,7 +243,11 @@ function ResultConfirm({resultFun, is_correct, is_sign}) {
} }
<div className={'btm-button'}> <div className={'btm-button'}>
<button onClick={resultFun}>{is_sign ? '去抽奖' : '签到领取抽奖机会'}</button> <button onClick={resultFun}>
{
is_correct ? '去抽奖' : is_sign ? '去抽奖' : '签到领取抽奖机会'
}
</button>
</div> </div>
</div> </div>
</div> </div>
......
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