Commit 2dbd6ca2 by zhanghaozhe

Merge branch '2020-717-formal' into dev

parents 539b0852 a52f4919
...@@ -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