mall + pay:

1. 完善微信支付的 V3 支付回调、退款回调
This commit is contained in:
YunaiV
2023-07-17 16:27:51 +08:00
parent 68a4ef98ca
commit d0a7f41875
4 changed files with 123 additions and 72 deletions

View File

@ -41,7 +41,8 @@
</el-table-column>
<el-table-column label="退款时间" align="center" prop="refundTime" width="180">
<template v-slot="scope">
<span>{{ parseTime(scope.row.refundTime) }}</span>
<span v-if="scope.row.refundTime">{{ parseTime(scope.row.refundTime) }}</span>
<span v-else-if="scope.row.payRefundId">退款中等待退款结果</span>
</template>
</el-table-column>
<el-table-column label="操作" align="center" class-name="small-padding fixed-width">