[fix]修改金额币种显示
This commit is contained in:
@@ -394,6 +394,7 @@ export class PageMain extends BaseView {
|
|||||||
this.desAllRed();
|
this.desAllRed();
|
||||||
Tools.httpReq("mini-games/angpau/finalize", {game_id:this._game_id, final_amount:this._score}, (res: any) => {
|
Tools.httpReq("mini-games/angpau/finalize", {game_id:this._game_id, final_amount:this._score}, (res: any) => {
|
||||||
Tools.SetChildText(this.rw, "bg/lab_layout/num", res.credited_amount);
|
Tools.SetChildText(this.rw, "bg/lab_layout/num", res.credited_amount);
|
||||||
|
Tools.SetChildText(this.rw, "bg/lab_layout/lab_num", res.currency);
|
||||||
this.rw.active = true;
|
this.rw.active = true;
|
||||||
let rain = Tools.AddChild(this.rw, this.gold_rain, "gold_rain");
|
let rain = Tools.AddChild(this.rw, this.gold_rain, "gold_rain");
|
||||||
rain.setPosition(0, 420, 0);
|
rain.setPosition(0, 420, 0);
|
||||||
|
|||||||
Reference in New Issue
Block a user