This commit is contained in:
Gdpao
2020-08-09 11:31:47 +08:00
parent 1ee0dd4b25
commit fe8af80983
12 changed files with 385 additions and 20 deletions

View File

@@ -21,7 +21,9 @@
},
informationList(){
this.$u.api.informationList({}).then((res)=>{
this.list = res.data;
if (res.errCode == 0) {
this.list = res.data;
}
})
}
},