支付返回,修改禅道bug
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user