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