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;