Fix:4368 【商城小程序】弹窗设置为点击海报领取优惠券时,领取优惠券后会继续弹窗,可重复领取优惠券,需要改为领取后不再弹窗
This commit is contained in:
@@ -1481,6 +1481,12 @@ export default {
|
||||
success: () => {
|
||||
}
|
||||
})
|
||||
} else {
|
||||
uni.showToast({
|
||||
title: res.msg + '',
|
||||
icon: 'none',
|
||||
duration: 3000
|
||||
})
|
||||
}
|
||||
}).catch((err) => {
|
||||
uni.showToast({
|
||||
|
||||
Reference in New Issue
Block a user