From 89f92ee837c21dd5d2992bca4d05ab117e4f4cd0 Mon Sep 17 00:00:00 2001
From: lion <120344285@qq.com>
Date: Thu, 16 Jun 2022 18:43:53 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/order/activityorderinfo.vue | 26 ++++++++++++++------------
pages/order/visitorder.vue | 2 +-
pages/order/visitorderinfo.vue | 18 ++++++++++--------
3 files changed, 25 insertions(+), 21 deletions(-)
diff --git a/pages/order/activityorderinfo.vue b/pages/order/activityorderinfo.vue
index 38d87e1..9a4a255 100644
--- a/pages/order/activityorderinfo.vue
+++ b/pages/order/activityorderinfo.vue
@@ -22,30 +22,30 @@
- 可扫“入馆码”入馆
+ 可扫“活动码”入场
- 入馆码:{{info.code}}-0
+ 入场码:{{info.code}}-0
-
+
- 入馆码:{{info.code}}-{{item.code}}
+ 入场码:{{info.code}}-{{item.code}}
-
-
+
+
{{item.name}}
@@ -118,8 +118,8 @@
canvasId: id,
componentInstance: this,
text: text,
- size: 140,
- margin: 10,
+ size: 200,
+ // margin: 10,
backgroundColor: '#ffffff',
foregroundColor: '#000000',
fileType: 'jpg',
@@ -292,15 +292,16 @@
.imgs view{
position: relative;
display: inline-block;
+ margin-bottom: 20rpx;
}
.imgs image {
position: absolute;
- width: 120rpx;
- height: 120rpx;
+ width: 200rpx;
+ height: 200rpx;
z-index: 999;
opacity: 1;
- right: 67rpx;
- bottom: 39rpx;
+ right: 0rpx;
+ bottom: 0rpx;
}
.imgs canvas{
display: inline-block;
@@ -308,6 +309,7 @@
}
.imgs text{
display: inline-block;
+ margin-left: 40rpx;
}
.imgs .isuse canvas{
opacity: .4;
diff --git a/pages/order/visitorder.vue b/pages/order/visitorder.vue
index 26498ab..640e83b 100644
--- a/pages/order/visitorder.vue
+++ b/pages/order/visitorder.vue
@@ -10,7 +10,7 @@
{{item.type==1?"团队预约":"个人预约"}}
- {{item.status_name}}
+ {{item.status_name}}
diff --git a/pages/order/visitorderinfo.vue b/pages/order/visitorderinfo.vue
index d81429a..980cf98 100644
--- a/pages/order/visitorderinfo.vue
+++ b/pages/order/visitorderinfo.vue
@@ -38,7 +38,7 @@
-
+
@@ -50,7 +50,7 @@
-
+
{{item.name}}
@@ -134,8 +134,8 @@
canvasId: id,
componentInstance: this,
text: text,
- size: 140,
- margin: 10,
+ size: 200,
+ // margin: 10,
backgroundColor: '#ffffff',
foregroundColor: '#000000',
fileType: 'jpg',
@@ -319,15 +319,16 @@
.imgs view{
position: relative;
display: inline-block;
+ margin-bottom: 20rpx;
}
.imgs image {
position: absolute;
- width: 120rpx;
- height: 120rpx;
+ width: 200rpx;
+ height: 200rpx;
z-index: 999;
opacity: 1;
- right: 67rpx;
- bottom: 39rpx;
+ right: 0rpx;
+ bottom: 0rpx;
}
.imgs canvas{
display: inline-block;
@@ -335,6 +336,7 @@
}
.imgs text{
display: inline-block;
+ margin-left: 40rpx;
}
.imgs .isuse canvas{
opacity: .4;