|
|
@@ -22,9 +22,9 @@
|
|
|
lower-threshold="120" @scrolltolower="globalScrollBottom">
|
|
|
<block v-if="!$util.isEmpty(globalItemData)">
|
|
|
<view class="item_list_bx selectAll">
|
|
|
- <view class="item_list_title"></view>
|
|
|
<view v-if="!$util.isEmpty(globalItemData)">
|
|
|
<template v-for="(productItem, productIndex) in globalItemData">
|
|
|
+ <view class="item_list_title" v-if="productItem.className && productItem.className!=''">{{ productItem.className }}</view>
|
|
|
<view style="height:255upx" :key="productIndex">
|
|
|
<ItemStock :info="productItem" @moreAction="moreAction"
|
|
|
@doPrintLabel="doPrintLabel" @cancelDiscountFn="cancelDiscountFn" @cancelFullOff="cancelFullOff"
|