bug(custom):

This commit is contained in:
zhangjing1
2025-10-16 17:32:37 +08:00
parent 3a593de8e5
commit 80a7555a7e
3 changed files with 3 additions and 0 deletions

View File

@@ -107,6 +107,7 @@ function CompGoodsBuyToolbar(props) {
tmplIds: template_id,
success: () => {
onSubscribe()
showToast('订阅成功')
},
fail: () => {
onSubscribe()

View File

@@ -112,6 +112,7 @@ function CompGoodsBuyToolbar(props) {
tmplIds: template_id,
success: () => {
onSubscribe()
showToast('订阅成功')
},
fail: () => {
onSubscribe()

View File

@@ -96,6 +96,7 @@ function CompGoodsBuyToolbar(props) {
tmplIds: template_id,
success: () => {
onSubscribe()
showToast('订阅成功')
},
fail: () => {
onSubscribe()