Commit 6e30b10a authored by wildfirecode13's avatar wildfirecode13

Merge branch 'disu0811' of http://gitlab2.dui88.com/wildfirecode13/wfc13 into disu0811

parents 4711eb01 76f4d7f8
......@@ -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