支付退款

This commit is contained in:
X1627315083
2024-02-23 14:32:33 +08:00
parent 3f15a51aac
commit bd8e32f819
9 changed files with 288 additions and 42 deletions

View File

@@ -312,13 +312,13 @@ export default defineComponent({
// this.$router.push({name:'home',params: {id:record.id}})
console.log(record);
this.showRefundReason = true
// Https.axiosPost(
// Https.httpUrls.tradeRefund + `/${record.orderNo}/${"123"}`,
// {}
// ).then((rv: any) => {
// console.log(rv);
// })
// .catch((res) => {});
Https.axiosPost(
Https.httpUrls.tradeRefund + `/${record.orderNo}/${"123"}`,
{}
).then((rv: any) => {
console.log(rv);
})
.catch((res) => {});
},
},
});