调试接口
This commit is contained in:
@ -282,13 +282,13 @@
|
||||
confirmButtonProps: {
|
||||
customClass: '!bg-[#4C9F44] !text-[#fff] !text-32rpx !leading-44rpx !rounded-8rpx',
|
||||
}
|
||||
}).then((res) => {
|
||||
}).then(async (res) => {
|
||||
if (res.action == 'confirm') {
|
||||
let orderType: number = 0
|
||||
switch (source) {
|
||||
case OrderSource.Combo:
|
||||
orderType = PayOrderType.ComboRefund
|
||||
let res = handleRefundOrderHooks(order.id, orderType)
|
||||
let res = await handleRefundOrderHooks(order.id, orderType)
|
||||
if (res) {
|
||||
uni.$emit('refreshComboOrderList')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user