This commit is contained in:
caozehui
2025-04-18 11:07:04 +08:00
parent f56004ac15
commit f2ecff54a3

View File

@@ -530,9 +530,9 @@ watch(webMsgSend, function (newValue, oldValue) {
type: 'wait', type: 'wait',
log: '相序校验成功!', log: '相序校验成功!',
}) })
ts.value = 'success'
} }
activeIndex.value = 5 activeIndex.value = 5
ts.value = 'success'
console.log("@@@@", ts.value) console.log("@@@@", ts.value)
break break
} }