|
@@ -29,7 +29,7 @@
|
|
|
{{ classItem.className }}
|
|
{{ classItem.className }}
|
|
|
</view>
|
|
</view>
|
|
|
<template v-for="(productItem, productIndex) in classItem.child">
|
|
<template v-for="(productItem, productIndex) in classItem.child">
|
|
|
- <view style="height:250upx" :id="`class_${classItem.classId}_${productItem.id}`" :key="productIndex">
|
|
|
|
|
|
|
+ <view style="height:240upx" :id="`class_${classItem.classId}_${productItem.id}`" :key="productIndex">
|
|
|
<CommodityPurchase v-if="classItem.isActive"
|
|
<CommodityPurchase v-if="classItem.isActive"
|
|
|
:type="selectJobType"
|
|
:type="selectJobType"
|
|
|
:key="productIndex"
|
|
:key="productIndex"
|