|
|
@@ -6,8 +6,7 @@
|
|
|
<view class="cmd-info_bx">
|
|
|
<view class="tit" >{{ info.itemName || "" }}</view>
|
|
|
<view class="kc num-open_bx flex-end" v-if="type == COMMODITY_TYPE.COMMON">
|
|
|
- <view class="price csss" v-if="Number(info.discountPrice)>0 && Number(info.discountPrice)<Number(info.price)">¥{{ parseFloat(info.discountPrice) }}</view>
|
|
|
- <view class="price csss" v-else>¥{{ parseFloat(info.price) }}</view>
|
|
|
+ <view class="price csss">¥{{ parseFloat(info.price) }}</view>
|
|
|
<view style="text-align: right" >
|
|
|
<view class="open-bx" >
|
|
|
<i class="iconfont iconjian" :class="delAnimationData?'animation':''" @click.stop="delEvent(info.variety)" v-if="bigCount > 0 || smallCount > 0"></i>
|