fix: 修复微信小程序订阅消息提醒时机

This commit is contained in:
lidongtony
2023-03-29 16:23:08 +08:00
parent 276e25ef35
commit 0da574b654
5 changed files with 426 additions and 481 deletions
+1 -1
View File
@@ -394,7 +394,7 @@
success: async function (res) {
if (res.confirm) {
// #ifdef MP
sheep.$platform.useProvider('wechat').subscribeMessage('order_apply_refund');
sheep.$platform.useProvider('wechat').subscribeMessage('order_refund');
// #endif
const { error, data } = await sheep.$api.order.applyRefund(orderId);
if (error === 0) {