This commit is contained in:
zmr900709
2020-07-09 16:35:23 +08:00
parent 3d8cfd23d4
commit 10bbccc2bd
7 changed files with 139 additions and 37 deletions

View File

@@ -12,9 +12,17 @@
return {
};
},
onLoad(){
this.informationList()
},
methods: {
titletext(){
console.log("22345")
},
informationList(){
this.$u.api.informationList({}).then((res)=>{
console.log(res)
})
}
},
components:{