|
@ -3,10 +3,17 @@ |
|
|
<uni-popup ref="popup" :maskClick='false'> |
|
|
<uni-popup ref="popup" :maskClick='false'> |
|
|
<view class=""> |
|
|
<view class=""> |
|
|
<view class="popup_box"> |
|
|
<view class="popup_box"> |
|
|
<view class="pop_title"> |
|
|
<view class="pop_title uni-flex space-between"> |
|
|
|
|
|
<view class="" style="font-size: 35rpx;"> |
|
|
扫描箱码 |
|
|
扫描箱码 |
|
|
<text class="fr" @click="closeScanPopup()">关闭</text> |
|
|
|
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
<view class=""> |
|
|
|
|
|
<image class="fr icons_scan_close" src="/static/icons/icons_scan_close.svg" |
|
|
|
|
|
@click="closeScanPopup()"></image> |
|
|
|
|
|
</view> |
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
<!-- <view class="uni-flex uni-row" style="align-items: center; |
|
|
<!-- <view class="uni-flex uni-row" style="align-items: center; |
|
|
background-color: #fff; |
|
|
background-color: #fff; |
|
|
margin-left: 20rpx; |
|
|
margin-left: 20rpx; |
|
|