v
This commit is contained in:
@@ -12,9 +12,17 @@
|
||||
return {
|
||||
};
|
||||
},
|
||||
onLoad(){
|
||||
this.informationList()
|
||||
},
|
||||
methods: {
|
||||
titletext(){
|
||||
console.log("22345")
|
||||
},
|
||||
informationList(){
|
||||
this.$u.api.informationList({}).then((res)=>{
|
||||
console.log(res)
|
||||
})
|
||||
}
|
||||
},
|
||||
components:{
|
||||
|
||||
Reference in New Issue
Block a user