|
@@ -171,7 +171,7 @@
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
<p class="listTag" v-if="pros.product.actStatus == 1 && pros.product.promotions">
|
|
|
- <span v-text="pros.promotions && pros.promotions.name"></span>
|
|
|
+ <span v-text="pros.product.promotions && pros.product.promotions.name"></span>
|
|
|
<template v-if="PromotionsFormat(pros.product.promotions)">
|
|
|
<!--单品优惠:优惠价-->
|
|
|
<span class="price_unit">:¥</span><span class="price_num">{{ pros.product.price | NumFormat }}</span>
|