|
@@ -98,7 +98,7 @@
|
|
|
<text class="name">品牌 起订量 分类...</text>
|
|
|
<text class="iconfont icon-xiayibu"></text>
|
|
|
</view>
|
|
|
- <view class="product-parameter" @click="showPopup(1)" v-if='product.commodityType == 2'>
|
|
|
+ <view class="product-parameter" @click="showPopup(1)" v-if='product.commodityType == 2 && product.trainingMethod'>
|
|
|
<text class="title">培训方案:</text>
|
|
|
<text class="name">{{ product.trainingMethod == 1 ? '线上培训' : '线下培训' }}</text>
|
|
|
<text class="iconfont icon-xiayibu"></text>
|