Browse Source

商品列表 修复价格等级

zhengjinyi 4 years ago
parent
commit
93fad98cbe
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/main/resources/templates/product/list.html

+ 2 - 2
src/main/resources/templates/product/list.html

@@ -130,13 +130,13 @@
                                     </div>
                                 </template>
                                 <template v-else>
-                                    <em>¥<i :class="'icon mIcon i'+p.priceGrade"></i></em>
+                                    <em>¥<i :class="'icon mIcon i'+p.p_price_grade"></i></em>
                                     <span class="listTag" v-if="p.actStatus==1">{{p.promotions.name}}</span>
                                 </template>
                             </template>
                         </template>
                         <template v-else>
-                            <em>¥<i :class="'icon mIcon i'+p.priceGrade"></i></em>
+                            <em>¥<i :class="'icon mIcon i'+p.p_price_grade"></i></em>
                             <span class="listTag" v-if="p.actStatus==1">{{p.promotions.name}}</span>
                             <div class="btnBox"><a href="javascript:void(0)" class="btn add toLogin">登录查看价格</a></div>
                         </template>