Commit 4159df03 by chenyu

update: update

parent 3e87f735
......@@ -132,7 +132,6 @@
<p
v-for="pay in payInfo"
:key="pay"
:class="[pay.name==='抵金券'?'voucher':'']"
>
<span>{{ pay.name }}</span>¥{{ pay.value|fomatFloat }}
</p>
......@@ -668,9 +667,6 @@ p {
text-align: right;
}
.right {
.voucher {
color: #909399;
}
span {
margin-right: 10px;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment