Commit 7c06a476 authored by spc's avatar spc

去掉跳转失败

parent 7079f49f
......@@ -257,10 +257,10 @@ const handleAwardClick = () => {
},
fail: (err) => {
console.error('跳转小程序失败:', err)
uni.showToast({
title: '跳转失败',
icon: 'none'
})
// uni.showToast({
// title: '跳转失败',
// icon: 'none'
// })
}
})
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment