Commit f7049f14 authored by wildfirecode13's avatar wildfirecode13

u

parent c4fdb88a
{
"code": null,
"data": 0,
"data": 1,
"message": null,
"success": true
}
\ No newline at end of file
......@@ -4,7 +4,7 @@
"alreadyOpenAccount": false,
"assistFriendNum": 1,
"canWithdraw": true,
"experienceAmount": 22233,
"experienceAmount": 233,
"maxExperienceAmount": 2500,
"millionShares": null,
"otherExperienceAmount": 1,
......
import { RES } from "../../module/RES";
import { Panel } from "../../module/views/Panel";
import centerTextField from "../common/centerTextField";
import getObject from "../common/getObject";
export class ShareFailPanel extends Panel {
......@@ -7,6 +8,8 @@ export class ShareFailPanel extends Panel {
super.initUi();
var skin = RES.getSkinDataByName(this.skinName);
this.position.set(skin.x, skin.y);
centerTextField(getObject(this,'share_fail_tip'),596);
}
get groupNames() { return ["share_fail"] }
......
import { RES } from "../../module/RES";
import { Panel } from "../../module/views/Panel";
import centerTextField from "../common/centerTextField";
import getObject from "../common/getObject";
export class ShareSuccessPanel extends Panel {
......@@ -7,6 +8,7 @@ export class ShareSuccessPanel extends Panel {
super.initUi();
var skin = RES.getSkinDataByName(this.skinName);
this.position.set(skin.x, skin.y);
centerTextField(getObject(this,'share_success_tips1'),596);
}
get groupNames() { return ["share_success"] }
......
......@@ -55,7 +55,7 @@ export class IndexScene extends Scene {
});
})
}else{
showToast('收益未满7天,不能提现哦~')
showToast('收益未满7天,不能提现哦')
}
......
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