From 5a84a70afe0a75411f173fbff2afdb77c24f2279 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E5=8D=97=E5=9B=BD?= <164292041@qq.com> Date: Tue, 17 Mar 2026 14:08:04 +0800 Subject: [PATCH] =?UTF-8?q?[fix]=E4=BF=AE=E6=94=B9=E9=87=91=E9=A2=9D?= =?UTF-8?q?=E5=B8=81=E7=A7=8D=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/app-bundle/app-view/page/main/native/PageMain.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/app-bundle/app-view/page/main/native/PageMain.ts b/assets/app-bundle/app-view/page/main/native/PageMain.ts index d112443..0aa4f69 100644 --- a/assets/app-bundle/app-view/page/main/native/PageMain.ts +++ b/assets/app-bundle/app-view/page/main/native/PageMain.ts @@ -394,6 +394,7 @@ export class PageMain extends BaseView { this.desAllRed(); 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/lab_num", res.currency); this.rw.active = true; let rain = Tools.AddChild(this.rw, this.gold_rain, "gold_rain"); rain.setPosition(0, 420, 0);