no message
This commit is contained in:
parent
7e22660737
commit
33f35743c2
4
01.html
4
01.html
@ -474,6 +474,10 @@
|
||||
})
|
||||
.then(res => {
|
||||
res = res.data
|
||||
if (res.code != 200) {
|
||||
alert(res.message)
|
||||
return
|
||||
}
|
||||
const data = res.data
|
||||
|
||||
this.offercollege = data.offercollege
|
||||
|
Loading…
x
Reference in New Issue
Block a user