新讨论测试修改
This commit is contained in:
parent
08fd75e930
commit
4218bbc704
@ -544,7 +544,10 @@ const submitAnswerComments = (index, i) => {
|
|||||||
image: image ? { aid: image.aid, url: image.url } : null,
|
image: image ? { aid: image.aid, url: image.url } : null,
|
||||||
})
|
})
|
||||||
.then(res => {
|
.then(res => {
|
||||||
if (res.code != 200) return
|
if (res.code != 200) {
|
||||||
|
handleMsg("error", res["message"])
|
||||||
|
return
|
||||||
|
}
|
||||||
let data = res.data
|
let data = res.data
|
||||||
|
|
||||||
if (i != null) {
|
if (i != null) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user