Commit 76f4d7f8 authored by shunx 马's avatar shunx 马

合并

parent 381060c5
......@@ -176,8 +176,8 @@ export class IndexScene extends Scene {
if (result.data.surplusCount > 0) {
needCredits.text = '免费拆盒1次';
reDegree.text = `${result.data.surplusCount}`;
getBoxButton.visible = false;
shareButton.visible = true;
getBoxButton.visible = true;
shareButton.visible = false;
hand.visible = true;
} else {
reDegree.text = '0';
......
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