重试订单退款

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() {
console.log("点击重试退款按钮");
alert("重试退款功能未完成");
var param = {
const param = {
orderCode: this.orderCode
};
retryRefundOrder(param).then(response => {