Fix:4226 【商城小程序】总的优惠券被领取完后,前端再次点击领取,会提示undefined,首页弹窗优惠券总数领取完后,提示信息修改为“优惠券已领完”
This commit is contained in:
@@ -1484,7 +1484,7 @@ export default {
|
|||||||
}
|
}
|
||||||
}).catch((err) => {
|
}).catch((err) => {
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title: err.data.msg + '',
|
title: err.msg + '',
|
||||||
icon: 'none',
|
icon: 'none',
|
||||||
duration: 3000
|
duration: 3000
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user