diff --git a/agentApp/pages/merchant-index/index.vue b/agentApp/pages/merchant-index/index.vue
index e13cac2..ea26cdc 100644
--- a/agentApp/pages/merchant-index/index.vue
+++ b/agentApp/pages/merchant-index/index.vue
@@ -64,11 +64,11 @@
订单时间:{{order.paid_at}}
-
-
-
-
+
+
+
+ 退款成功
+ 退款失败:{{order.refund_fail_reason}}
@@ -357,9 +357,9 @@
.order-status {
display: flex;
- justify-content: space-around;
+ justify-content: right;
align-items: center;
- padding: 30rpx 0;
+ padding: 30rpx 20rpx;
border-top: 1rpx solid #eeeeee;
button.refund-button {
@@ -390,6 +390,24 @@
margin-left: 500rpx;
border: 1rpx solid #E5E5E5;
}
+
+ .refunded-style-success {
+ height: 48rpx;
+ line-height: 44rpx;
+ font-family: PingFangSC-Regular, sans-serif;
+ font-size: 24rpx;
+ color: #38a800 !important;
+ margin: 0;
+ }
+
+ .refunded-style-reject {
+ height: 48rpx;
+ line-height: 44rpx;
+ font-family: PingFangSC-Regular, sans-serif;
+ font-size: 24rpx;
+ color: #e30000 !important;
+ margin: 0;
+ }
}
.divider-style {