重试订单退款

This commit is contained in:
2023-08-19 08:37:51 +08:00
parent e0fdfcc4aa
commit 7b1b6e8405

View File

@@ -313,9 +313,7 @@ export default {
// 重试退款方法 // 重试退款方法
retryRefundOrder() { retryRefundOrder() {
console.log("点击重试退款按钮"); const param = {
alert("重试退款功能未完成");
var param = {
orderCode: this.orderCode orderCode: this.orderCode
}; };
retryRefundOrder(param).then(response => { retryRefundOrder(param).then(response => {