提交 90054f18 编写于 作者: guangjun.yang's avatar guangjun.yang

I类学分项目

上级 4057c6e7
......@@ -12,7 +12,7 @@
<div class="info">
<span class="name">{{cardInfo.goodsName}}</span>
<p>
<span class="price">{{cardInfo.preferentialPrice | formatMoney}}</span><span v-show="cardInfo.costPrice" class="discount"><del> 原价¥{{cardInfo.costPrice | formatMoney}}</del></span>
<span class="price">{{(cardInfo.preferentialPrice || cardInfo.costPrice) | formatMoney}}</span><span v-show="cardInfo.preferentialPrice" class="discount"><del> 原价¥{{cardInfo.costPrice | formatMoney}}</del></span>
</p>
</div>
</section>
......
......@@ -26,14 +26,14 @@
left: 0;
bottom: 0;
right: 0;
z-index: 1000;
z-index: 10000;
background: rgba(0, 0, 0, 0.5);
}
svg {
position: fixed;
top: px2rem(280px);
left: px2rem(166px);
z-index: 201;
z-index: 9999;
}
}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册