新讨论测试修改

This commit is contained in:
A1300399510 2025-02-18 19:05:28 +08:00
parent 08fd75e930
commit 4218bbc704

View File

@ -544,7 +544,10 @@ const submitAnswerComments = (index, i) => {
image: image ? { aid: image.aid, url: image.url } : null,
})
.then(res => {
if (res.code != 200) return
if (res.code != 200) {
handleMsg("error", res["message"])
return
}
let data = res.data
if (i != null) {