mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 02:55:04 +08:00
订单详情页新增重试退款按钮
This commit is contained in:
@@ -314,6 +314,7 @@ export default {
|
||||
// 重试退款方法
|
||||
retryRefundOrder() {
|
||||
console.log("点击重试退款按钮");
|
||||
alert("重试退款功能未完成");
|
||||
},
|
||||
confirmManualSettlement() {
|
||||
if (this.manualSettlementParam.chargingAmount == null) {
|
||||
|
||||
Reference in New Issue
Block a user