|
|
|
|
@ -37,7 +37,7 @@
|
|
|
|
|
<view :class="info.status!=1?'isuse':''">
|
|
|
|
|
<cover-image v-if="info.status==2" src="../../static/img/used.png" alt=""></cover-image>
|
|
|
|
|
<!-- <img v-if="info.status!=1" src="../../static/img/used.png" alt=""> -->
|
|
|
|
|
<canvas canvas-id='qrcode' style="width: 360rpx;height:350rpx;margin: 0 auto;">
|
|
|
|
|
<canvas canvas-id='qrcode' style="width: 170px;height:170px;margin: 0 auto;">
|
|
|
|
|
<cover-view v-if="showview">
|
|
|
|
|
</cover-view>
|
|
|
|
|
</canvas>
|
|
|
|
|
@ -58,22 +58,23 @@
|
|
|
|
|
|
|
|
|
|
<!-- <img v-if="item.status!=1" src="../../static/img/used.png" alt=""> -->
|
|
|
|
|
<canvas :canvas-id="'qrcode'+index"
|
|
|
|
|
style="width: 360rpx;height:350rpx;margin: 0 auto;">
|
|
|
|
|
style="width: 170px;height:170px;margin: 0 auto;">
|
|
|
|
|
<cover-view v-if="showview">
|
|
|
|
|
</cover-view>
|
|
|
|
|
</canvas>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="imgsname">
|
|
|
|
|
<text class="orderBoxTitleTxt">{{item.name}}</text>
|
|
|
|
|
<text class="orderBoxTitleTxt">{{item.name}}</text>
|
|
|
|
|
<view class="orderBoxTitleTxt" style="font-size: 28rpx;" v-if="item.is_open==1">
|
|
|
|
|
可凭身份证入场馆
|
|
|
|
|
</view>
|
|
|
|
|
<view style="font-size: 28rpx;" class="orderBoxTitleTxt" v-if="item.is_open==0">
|
|
|
|
|
可凭二维码入场馆
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
<view class="orderBoxTitleTxt" style="font-size: 28rpx;" v-if="item.is_open==1">
|
|
|
|
|
可凭二维码或者身份证入场馆
|
|
|
|
|
</view>
|
|
|
|
|
<view style="font-size: 28rpx;" class="orderBoxTitleTxt" v-if="item.is_open==0">
|
|
|
|
|
可凭二维码入场馆
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
<!-- <text class="ewminfo">{{isuse?'已使用':'请前往现场核销订单二维码'}}</text> -->
|
|
|
|
|
</view>
|
|
|
|
|
@ -124,7 +125,7 @@
|
|
|
|
|
<text class="orderBoxTitleTxt">参观须知</text>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="flex-row" style="margin-top: 10rpx;">
|
|
|
|
|
<view class="orderBoxInfoRowTxt" v-html="info.type==1?vinfo.person_notice:vinfo.team_notice"></view>
|
|
|
|
|
<view style="text-indent: 2em;" class="orderBoxInfoRowTxt" v-html="info.type==1?vinfo.person_notice:vinfo.team_notice"></view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
@ -177,7 +178,7 @@
|
|
|
|
|
canvasId: id,
|
|
|
|
|
componentInstance: this,
|
|
|
|
|
text: text,
|
|
|
|
|
size: 200,
|
|
|
|
|
size: 170,
|
|
|
|
|
// margin: 10,
|
|
|
|
|
backgroundColor: '#ffffff',
|
|
|
|
|
foregroundColor: '#000000',
|
|
|
|
|
@ -407,8 +408,8 @@
|
|
|
|
|
|
|
|
|
|
.imgs .isuse cover-view {
|
|
|
|
|
background-color: rgba(255, 255, 255, 0.6);
|
|
|
|
|
width: 360rpx;
|
|
|
|
|
height: 350rpx;
|
|
|
|
|
width: 170px;
|
|
|
|
|
height: 170px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|