瀏覽代碼

SKU测试优化

zhengjinyi 2 年之前
父節點
當前提交
bf20051dd0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/resources/templates/supplier/index.html

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

@@ -95,7 +95,7 @@
                                             <!--机构价格-->
                                             <template v-else-if="GLOBAL_USER_IDENTITY === 2 || (p.priceFlag === 0 && GLOBAL_USER_IDENTITY === 4) || (GLOBAL_USER_IDENTITY === 3 && p.shopId === GLOBAL_SHOP_ID) || GLOBAL_VIP_FLAG === 1">
                                                 <div class="main_price_show" :class="{none: PromotionsFormat(p.promotions) || (p.svipProductFlag === 1 && showVipPriceTag(p))}">
-                                                    ¥{{ (PromotionsFormat(p.promotions) ? p.originalPrice : p.price ) | NumFormat }}
+                                                    ¥{{ (PromotionsFormat(p.promotions) || p.svipProductFlag == 1 ? p.originalPrice : p.price ) | NumFormat }}
                                                 </div>
                                             </template>
                                             <!--供应商除自己的商品外,也显示价格等级-->