Fix:4226 【商城小程序】总的优惠券被领取完后,前端再次点击领取,会提示undefined,首页弹窗优惠券总数领取完后,提示信息修改为“优惠券已领完”

This commit is contained in:
LinCyJang
2025-11-01 14:51:24 +08:00
parent f7cf56216b
commit e7d1eb4dd7
+1 -1
View File
@@ -1484,7 +1484,7 @@ export default {
}
}).catch((err) => {
uni.showToast({
title: err.data.msg + '',
title: err.msg + '',
icon: 'none',
duration: 3000
})