支付返回,修改禅道bug

This commit is contained in:
zhouyanli
2026-07-28 17:48:06 +08:00
parent a9a5afaf26
commit 9be76c6386
10 changed files with 52 additions and 65 deletions

View File

@@ -268,7 +268,7 @@ onLoad((option) =>{
curActivityId.value = option?.id
statusTextFromParam.value = option?.statusText || ''
// 处理applied参数
hasSigned.value = option?.applied === true
hasSigned.value = option?.applied === 'true'
// console.log('hasSigned.value',hasSigned.value)
// 2. 初始化数据
if (curActivityId.value) {