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}