|
@@ -100,7 +100,7 @@
|
|
</view>
|
|
</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'>
|
|
<text class="title">培训方案:</text>
|
|
<text class="title">培训方案:</text>
|
|
- <text class="name">线上培训</text>
|
|
|
|
|
|
+ <text class="name">{{ product.trainingMethod == 1 ? '线上培训' : '线下培训' }}</text>
|
|
<text class="iconfont icon-xiayibu"></text>
|
|
<text class="iconfont icon-xiayibu"></text>
|
|
</view>
|
|
</view>
|
|
<view class="product-supplier" v-if="isNoneSupplier" @click="goSupplier">
|
|
<view class="product-supplier" v-if="isNoneSupplier" @click="goSupplier">
|