Fix:4368 【商城小程序】弹窗设置为点击海报领取优惠券时,领取优惠券后会继续弹窗,可重复领取优惠券,需要改为领取后不再弹窗

This commit is contained in:
LinCyJang
2025-11-15 00:59:35 +08:00
parent 8cc32b5a19
commit 4e3d834820
+6
View File
@@ -1481,6 +1481,12 @@ export default {
success: () => {
}
})
} else {
uni.showToast({
title: res.msg + '',
icon: 'none',
duration: 3000
})
}
}).catch((err) => {
uni.showToast({