pay:示例订单,接入退款回调逻辑

This commit is contained in:
YunaiV
2023-02-16 00:42:54 +08:00
parent eb660ca619
commit 44b0346e5e
21 changed files with 157 additions and 265 deletions

View File

@ -206,7 +206,7 @@ export default {
return refundDemoOrder(id);
}).then(() => {
this.getList();
this.$modal.msgSuccess("退款成功");
this.$modal.msgSuccess("发起退款成功");
}).catch(() => {});
}
}