zhengjinyi 2 years ago
parent
commit
611e4aafbe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/templates/index.html

+ 1 - 1
src/main/resources/templates/index.html

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