shish 4 жил өмнө
parent
commit
f5642353fc

+ 1 - 2
ghsApp/src/components/module/app-commodity.vue

@@ -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>