From 82a5b2129de3d3a722fd2563eaec12facf3ab32e Mon Sep 17 00:00:00 2001 From: Council Date: Tue, 21 Apr 2026 12:08:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20seatMap=20=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E7=BB=93=E6=9E=84=E9=94=99=E8=AF=AF=20-=20vr=5Fseat?= =?UTF-8?q?=5Ftemplate=20=E5=B7=B2=E7=BB=8F=E6=98=AF=E8=A7=A3=E7=A0=81?= =?UTF-8?q?=E5=90=8E=E7=9A=84=20seat=5Fmap?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shopxo/app/plugins/vr_ticket/view/goods/ticket_detail.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shopxo/app/plugins/vr_ticket/view/goods/ticket_detail.html b/shopxo/app/plugins/vr_ticket/view/goods/ticket_detail.html index c20eb44..c450f7a 100644 --- a/shopxo/app/plugins/vr_ticket/view/goods/ticket_detail.html +++ b/shopxo/app/plugins/vr_ticket/view/goods/ticket_detail.html @@ -77,7 +77,8 @@ (function () { var app = { goodsId: , - seatMap: , + // vr_seat_template already contains the decoded seat_map (venue, rooms, sections, seats) + seatMap: , seatSpecMap: , selectedSeats: [], // [{seatKey, price, rowLabel, colNum, section}] soldSeats: { }, // {seatKey: true}