4ab4d5db by yyx Committed by zhangmeng

调整舞台区域大小

1 parent 43a8e058
......@@ -342,7 +342,7 @@ detail.fetchData();
<!-- 购票人 -->
<div class="pay_ticket">
<div class="title">
{{ languageFormat(language, "购票人", "Full Name") }}
{{ languageFormat(language, "观看人", "Viewers") }}
</div>
<div class="people">
<div
......
......@@ -68,15 +68,15 @@ function onWindowMessage(e) {
if (route.query.sitePlace == "B6") {
// 绘制舞台矩形
sendMsg("draw-object-rectangle", {
x: 1800,
x: 2640,
y: 960,
w: 4400,
w: 2540,
h: 1300,
color: "#e0e0e0",
});
// 绘制舞台文字
sendMsg("draw-object-text", {
x: 3900,
x: 3760,
y: 1500,
text: language.value == 0 ? "舞台" : "stage",
style: { fontSize: 160, fontWeight: "400", fill: "#6a6a6a" },
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!