iticket-seatingplan-dev 1.3.0 → 1.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -279,9 +279,10 @@ const SeatingPlan = _ref => {
|
|
|
279
279
|
r: s.r,
|
|
280
280
|
c: s.c,
|
|
281
281
|
showingId: showingId,
|
|
282
|
-
p:
|
|
283
|
-
|
|
284
|
-
|
|
282
|
+
p: s.p,
|
|
283
|
+
//price || s.defaultPrice,
|
|
284
|
+
pId: s.pId,
|
|
285
|
+
paName: s.paName
|
|
285
286
|
})));
|
|
286
287
|
img.onload = () => {
|
|
287
288
|
setPosition([img.height * 0.005, img.width * 0.005]);
|
|
@@ -537,7 +538,7 @@ const SeatingPlan = _ref => {
|
|
|
537
538
|
// height * (height > 700 ? 0.0001 : 0.0006),
|
|
538
539
|
// s.x * 0.6 + 0.25,
|
|
539
540
|
|
|
540
|
-
height * 0.05 - s.y / (height > 800 ? height > 999 ? 3.5 : 3.3 : 3.35) - (height > 800 ? height > 999 ? height * 0.0201 : height * 0.0198 : height * 0.
|
|
541
|
+
height * 0.05 - s.y / (height > 800 ? height > 999 ? 3.5 : 3.3 : 3.35) - (height > 800 ? height > 999 ? height * 0.0201 : height * 0.0198 : height * 0.0201), s.x * 0.3 + 0.15
|
|
541
542
|
|
|
542
543
|
// height * 0.04 -
|
|
543
544
|
// s.y / (height > 800 ? 3.5 : 3.35) -
|