Fix(专题页):[#4096]专题页领取优惠券后,再次点击专题页图片提示“undefine”

This commit is contained in:
lifizer
2025-07-30 10:03:10 +08:00
parent 9ddb0b53f3
commit 6df8cda11c
5 changed files with 101 additions and 178 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ export const themeTemplateMixins = {
}
}).catch((err) => {
uni.showToast({
title: err.data.msg + '',
title: err.msg + '',
icon: 'none',
duration: 3000
})