医生接诊台

This commit is contained in:
2026-04-30 10:35:39 +08:00
parent 64a914c05a
commit bb08eeab32
5 changed files with 17 additions and 36 deletions
+4 -4
View File
@@ -1311,10 +1311,10 @@ const handleCallKitScreenshot = async () => {
return
}
const previous: string[] = [...((detail.tongue_images || []) as string[])]
if (previous.length >= 9) {
feedback.msgWarning('舌苔照片已达上限 9 张')
return
}
// if (previous.length >= 9) {
// feedback.msgWarning('舌苔照片已达上限 9 张')
// return
// }
const next = [...previous, path]
const payload = JSON.parse(JSON.stringify(detail)) as Record<string, unknown>
payload.tongue_images = next