|
@@ -20,7 +20,7 @@
|
|
|
<!-- <view class="item_list_bx" v-for="(classItem, classIndex) in filterProductInfoContrapose" :key="classIndex" :id="`class_${classItem.classId}`">-->
|
|
<!-- <view class="item_list_bx" v-for="(classItem, classIndex) in filterProductInfoContrapose" :key="classIndex" :id="`class_${classItem.classId}`">-->
|
|
|
<!-- </view>-->
|
|
<!-- </view>-->
|
|
|
<!-- <text v-else>当前库存充足</text>-->
|
|
<!-- <text v-else>当前库存充足</text>-->
|
|
|
- <view class="item_list_bx">
|
|
|
|
|
|
|
+ <view class="item_list_bx" style="width: 100%">
|
|
|
<template v-for="(productItem, productIndex) in filterProductInfoContrapose">
|
|
<template v-for="(productItem, productIndex) in filterProductInfoContrapose">
|
|
|
<CommodityStock
|
|
<CommodityStock
|
|
|
:isPrice="false"
|
|
:isPrice="false"
|
|
@@ -32,7 +32,8 @@
|
|
|
</view>
|
|
</view>
|
|
|
</block>
|
|
</block>
|
|
|
<block v-else>
|
|
<block v-else>
|
|
|
- <app-wrapper-empty title="暂无数据" :is-empty="$util.isEmpty(filterProductInfoContrapose)"/>
|
|
|
|
|
|
|
+ <view style="width: 100%">
|
|
|
|
|
+ <app-wrapper-empty title="暂无数据" :is-empty="$util.isEmpty(filterProductInfoContrapose)"/></view>
|
|
|
</block>
|
|
</block>
|
|
|
</view>
|
|
</view>
|
|
|
<view v-else class="scroll-middle_bx">
|
|
<view v-else class="scroll-middle_bx">
|
|
@@ -59,10 +60,9 @@
|
|
|
</view>
|
|
</view>
|
|
|
</block>
|
|
</block>
|
|
|
<block v-else>
|
|
<block v-else>
|
|
|
- <app-wrapper-empty
|
|
|
|
|
- title="暂无数据"
|
|
|
|
|
- :is-empty="$util.isEmpty(filterProductInfo)"
|
|
|
|
|
- />
|
|
|
|
|
|
|
+ <view style="width: 100%">
|
|
|
|
|
+ <app-wrapper-empty title="暂无数据" :is-empty="$util.isEmpty(filterProductInfo)"/>
|
|
|
|
|
+ </view>
|
|
|
</block>
|
|
</block>
|
|
|
<!--内容部分 end -->
|
|
<!--内容部分 end -->
|
|
|
</scroll-view>
|
|
</scroll-view>
|