Skip to content

Commit 5c991f5

Browse files
committed
pay:示例订单,接入退款回调逻辑
1 parent f69fa93 commit 5c991f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/pay/demo/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ export default {
206206
return refundDemoOrder(id);
207207
}).then(() => {
208208
this.getList();
209-
this.$modal.msgSuccess("退款成功");
209+
this.$modal.msgSuccess("发起退款成功!");
210210
}).catch(() => {});
211211
}
212212
}

0 commit comments

Comments
 (0)