mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-07-09 16:38:05 +08:00
重试订单退款
This commit is contained in:
@@ -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 => {
|
||||||
|
|||||||
Reference in New Issue
Block a user