|
@@ -68,7 +68,7 @@
|
|
|
<text>观影人员{{index + 1}}</text>
|
|
|
<text style="width: 96rpx;">{{item.name}}</text>
|
|
|
<text>{{item.idcard|maskID}}</text>
|
|
|
- <text v-if="orderDetails.status==3" @click="singleQR(item,index)" class="qrbtn">查看二维码</text>
|
|
|
+ <text v-if="orderDetails.status==3" @click="singleQR(item,index)" class="qrbtn" :style="{opacity:item.qrcodeStatus===0?'1':'0.5'}">查看二维码</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="box order-info">
|
|
@@ -140,10 +140,10 @@
|
|
|
<view class="item">座位:{{singleInfo.seatName}}</view>
|
|
|
<view class="item">状态:{{singleInfo.qrcodeStatus|filterSingleState}}</view>
|
|
|
</view>
|
|
|
- <view class="singleQrcode">
|
|
|
+ <view class="singleQrcode" :style="{opacity:singleInfo.qrcodeStatus===0?'1':'0.3'}">
|
|
|
<ayQrcode ref="singleqrcode" :modal="singleModalQr" :url="singleQrContent" @hideQrcode="hideSingleQrcode" :height="180" :width="180" />
|
|
|
</view>
|
|
|
- <view class="order-num">取票号:{{singleInfo.qrcodeNo}}</view>
|
|
|
+ <view class="order-num" :class="{'del-line':singleInfo.qrcodeStatus!==0}">取票号:{{singleInfo.qrcodeNo}}</view>
|
|
|
</view>
|
|
|
</u-popup>
|
|
|
<u-toast ref="uToast"></u-toast>
|