Commit 599f4585 authored by wildfirecode13's avatar wildfirecode13

u

parent 7c831b8d
......@@ -120,7 +120,7 @@
"sendCount": 1
}
],
"surplusCount": 1,
"surplusCount": 0,
"credits": 111111,
"needCredits": 110,
"type": 2,
......
......@@ -184,7 +184,7 @@ export class IndexScene extends Scene {
hand.visible = false;
} else {
reDegree.text = '0';
needCredits.text = '今日次数已用完';
needCredits.text = '今日次数已用完';needCredits.size=24;
// needCredits.text = `${result.data.needCredits}` + "积分/次";
getBoxButton.visible = true;
shareButton.visible = false;
......
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