This commit is contained in:
aixianling
2023-01-03 15:32:01 +08:00
parent 8170e74471
commit 55c71a3058

View File

@@ -55,7 +55,7 @@ export default {
if (res?.code == 0) { if (res?.code == 0) {
this.$u.toast("投票成功!") this.$u.toast("投票成功!")
this.getDetail() this.getDetail()
} } else if (res?.msg) this.$u.toast(res.msg)
}) })
} }
} }