|
@@ -24,9 +24,9 @@
|
|
<div class="content">
|
|
<div class="content">
|
|
<p class="amount">¥{{ item.order_price | fen2Yuan }}</p>
|
|
<p class="amount">¥{{ item.order_price | fen2Yuan }}</p>
|
|
<p class="time">下单时间:{{ item.created_at }}</p>
|
|
<p class="time">下单时间:{{ item.created_at }}</p>
|
|
- <!--order_pay_type: 支付方式(1微信2支付宝3POS机支付)-->
|
|
|
|
|
|
+ <!--order_pay_type: 1微信2支付宝3现场支付4美团支付5赠送-->
|
|
<i
|
|
<i
|
|
- :class="'icon-' + ['', 'wx', 'alipay', 'pos'][item.order_pay_type]"
|
|
|
|
|
|
+ :class="'icon-' + ['', 'wx', 'alipay', 'pos', 'meituan', 'zengsong'][item.order_pay_type]"
|
|
class="icon"></i>
|
|
class="icon"></i>
|
|
<div class="btn-box">
|
|
<div class="btn-box">
|
|
<div
|
|
<div
|
|
@@ -233,6 +233,16 @@ export default {
|
|
background-size: cover;
|
|
background-size: cover;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ .icon-meituan {
|
|
|
|
+ background: url("./image/icon-meituan.png") 0 0 no-repeat;
|
|
|
|
+ background-size: cover;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .icon-zengsong {
|
|
|
|
+ background: url("./image/icon-zengsong.png") 0 0 no-repeat;
|
|
|
|
+ background-size: cover;
|
|
|
|
+ }
|
|
|
|
+
|
|
.amount {
|
|
.amount {
|
|
font-size: 24px;
|
|
font-size: 24px;
|
|
font-weight: 500;
|
|
font-weight: 500;
|