diff --git a/src/views/viplist/components/orderInfo.vue b/src/views/viplist/components/orderInfo.vue
index b62d975..3d867f2 100644
--- a/src/views/viplist/components/orderInfo.vue
+++ b/src/views/viplist/components/orderInfo.vue
@@ -19,10 +19,21 @@
昵称:{{ orderInfo.userInfo.userName }}
- 支付宝账号:{{ orderInfo.userInfo.userName }}
+ 手机号:{{ orderInfo.userInfo.phone }}
- 支付宝姓名:{{ orderInfo.userInfo.zhiFuBaoName }}
+ 支付宝账号:{{ orderInfo.userInfo.zhiFuBao }}
+
+
+ 支付宝姓名: {{ orderInfo.userInfo.zhiFuBaoName }}
+
+
+ 状态:
+ 正常
+ 异常
+
+
+ 异常原因: {{ orderInfo.userInfo.platform }}
空空如也~
@@ -167,14 +178,16 @@ export default {
background-color: #fff;
.title {
+ font-size: 16px;
font-weight: bold;
+ padding-bottom: 10px;
}
.row {
margin-top: 10px;
span {
- color: #555;
+ color: #999;
}
}
@@ -184,7 +197,7 @@ export default {
align-items: center;
justify-content: center;
color: #999;
- padding-bottom: 15px;
+ padding-bottom: 45px;
}
}
}