|
@ -59,18 +59,16 @@ |
|
|
<view style="padding-bottom: 160rpx;" v-if="dataContent"> |
|
|
<view style="padding-bottom: 160rpx;" v-if="dataContent"> |
|
|
<scroll-view scroll-y="true" class=""> |
|
|
<scroll-view scroll-y="true" class=""> |
|
|
<view class="scan_view" v-for="(item, index) in showList" :key="index"> |
|
|
<view class="scan_view" v-for="(item, index) in showList" :key="index"> |
|
|
<uni-swipe-action> |
|
|
<u-swipe-action :options="options" @click="(...event)=>swipeClick(event,item,index)"> |
|
|
<uni-swipe-action-item :right-options="options" @click="swipeClick($event,item,index)"> |
|
|
<view class="uni-flex uni-row " |
|
|
<view class="uni-flex uni-row " |
|
|
style="margin-left: 30rpx; margin-top: 10rpx; margin-bottom: 10rpx;"> |
|
|
style="margin-left: 30rpx; margin-top: 10rpx; margin-bottom: 10rpx;"> |
|
|
<light :lightCode='item.content'></light> |
|
|
<light :lightCode='item.content'></light> |
|
|
<!-- <view class="auto-wrap" style="font-size: 35rpx;font-weight: bold; width: 100%;"> |
|
|
<!-- <view class="auto-wrap" style="font-size: 35rpx;font-weight: bold; width: 100%;"> |
|
|
<text style="font-size: 30rpx;color: #B66463;">唯一码 </text> |
|
|
<text style="font-size: 30rpx;color: #B66463;">唯一码 </text> |
|
|
{{item.content}} |
|
|
{{item.content}} |
|
|
</view> --> |
|
|
</view> --> |
|
|
</view> |
|
|
</view> |
|
|
</u-swipe-action> |
|
|
</uni-swipe-action-item> |
|
|
|
|
|
</uni-swipe-action> |
|
|
|
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
|
</scroll-view> |
|
|
</scroll-view> |
|
|