xiongzhu %!s(int64=3) %!d(string=hai) anos
pai
achega
fc2ee2c565
Modificáronse 1 ficheiros con 6 adicións e 2 borrados
  1. 6 2
      src/views/user/BalanceRecord.vue

+ 6 - 2
src/views/user/BalanceRecord.vue

@@ -45,7 +45,7 @@ export default {
             balanceTypes: {
                 WITHDRAW: '提现',
                 SELL: '藏品出售',
-                RETURN: '失败退回',
+                RETURN: '打款失败',
                 PAY: '订单支付',
                 RECHARGE: '充值',
                 DENY: '审核不通过'
@@ -77,7 +77,8 @@ export default {
                 this.$dialog
                     .alert({
                         message: item.remark,
-                        theme: 'round-button'
+                        confirmButtonColor: this.$colors.prim,
+                        className: 'reason-dialog'
                     })
                     .then(() => {});
             }
@@ -144,4 +145,7 @@ export default {
         }
     }
 }
+::v-deep(.van-button__text) {
+    color: white !important;
+}
 </style>