修复套餐列表取消也核销的问题
This commit is contained in:
@@ -301,6 +301,7 @@ async function checkoutHandle(item) {
|
|||||||
title: '注意',
|
title: '注意',
|
||||||
content: '确认要核销吗?',
|
content: '确认要核销吗?',
|
||||||
success: async (res) => {
|
success: async (res) => {
|
||||||
|
if (res.confirm) {
|
||||||
try {
|
try {
|
||||||
uni.showLoading({
|
uni.showLoading({
|
||||||
title: '核销中...',
|
title: '核销中...',
|
||||||
@@ -319,6 +320,7 @@ async function checkoutHandle(item) {
|
|||||||
}
|
}
|
||||||
uni.hideLoading();
|
uni.hideLoading();
|
||||||
}
|
}
|
||||||
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user