使用身份证

master
lion 4 years ago
parent 557453cbfb
commit d5671a737e

@ -58,8 +58,16 @@
</canvas> </canvas>
</view> </view>
<view class="imgsname">
<text class="orderBoxTitleTxt">{{item.name}}</text>
<text class="orderBoxTitleTxt" style="font-size: 28rpx;" v-if="item.is_open==1">
可使用身份证
</text>
<text style="font-size: 28rpx;" class="orderBoxTitleTxt" v-if="item.is_open==0">
不可使用身份证
</text>
</view>
<text class="orderBoxTitleTxt">{{item.name}}</text>
</view> </view>
</view> </view>
<!-- <text class="ewminfo">{{isuse?'已使用':'请前往现场核销订单二维码'}}</text> --> <!-- <text class="ewminfo">{{isuse?'已使用':'请前往现场核销订单二维码'}}</text> -->
@ -319,16 +327,17 @@
text-align: center; text-align: center;
font-size: 28rpx; font-size: 28rpx;
text-align: left; text-align: left;
font-size: 28rpx; font-size: 28rpx;
margin-left: 30rpx; margin-left: 18rpx;
padding-bottom:0; padding-bottom:0;
} }
.imgs { .imgs {
margin: 30rpx 0 0rpx 0; margin: 30rpx 0 0rpx 0;
font-size: 0; font-size: 0;
display: inline-block; display: inline-block;
} }
.imgs view{ .imgs view{
position: relative; position: relative;
@ -348,9 +357,14 @@
display: inline-block; display: inline-block;
vertical-align: middle; vertical-align: middle;
} }
.imgsname{
display: inline-block;
text-align: center;
margin-left: 15rpx;
}
.imgs text{ .imgs text{
display: inline-block; display: block;
margin-left: 40rpx; /* margin-left: 40rpx; */
} }
.imgs .isuse cover-view{ .imgs .isuse cover-view{
/* opacity: .4; */ /* opacity: .4; */

@ -62,8 +62,15 @@
</cover-view> </cover-view>
</canvas> </canvas>
</view> </view>
<view class="imgsname">
<text class="orderBoxTitleTxt">{{item.name}}</text> <text class="orderBoxTitleTxt">{{item.name}}</text>
<text class="orderBoxTitleTxt" style="font-size: 28rpx;" v-if="item.is_open==1">
可使用身份证
</text>
<text style="font-size: 28rpx;" class="orderBoxTitleTxt" v-if="item.is_open==0">
不可使用身份证
</text>
</view>
</view> </view>
</view> </view>
<!-- <text class="ewminfo">{{isuse?'已使用':'请前往现场核销订单二维码'}}</text> --> <!-- <text class="ewminfo">{{isuse?'已使用':'请前往现场核销订单二维码'}}</text> -->
@ -348,10 +355,10 @@
text-align: center; text-align: center;
font-size: 28rpx; font-size: 28rpx;
text-align: left; text-align: left;
font-size: 28rpx; font-size: 28rpx;
margin-left: 30rpx; margin-left: 18rpx;
padding-bottom:0; padding-bottom:0;
padding-top: 30rpx; padding-top: 30rpx;
} }
.imgs { .imgs {
margin: 30rpx 0 0rpx 0; margin: 30rpx 0 0rpx 0;
@ -377,9 +384,14 @@
display: inline-block; display: inline-block;
vertical-align: middle; vertical-align: middle;
} }
.imgsname{
display: inline-block;
text-align: center;
margin-left: 15rpx;
}
.imgs text{ .imgs text{
display: inline-block; display: block;
margin-left: 40rpx; /* margin-left: 40rpx; */
} }
.imgs .isuse cover-view{ .imgs .isuse cover-view{
background-color: rgba(255,255,255,0.6); background-color: rgba(255,255,255,0.6);

Loading…
Cancel
Save