修改adv组件无法显示内容的问题
This commit is contained in:
@ -215,7 +215,8 @@
|
||||
// });
|
||||
getCanvas().then(res => {
|
||||
}).catch(error => {
|
||||
this.homeData = JSON.parse(error.data.json)
|
||||
this.homeData = JSON.parse(error.data.json)
|
||||
console.log(this.homeData[4])
|
||||
})
|
||||
getHomeData().then((res) => {
|
||||
that.logoUrl = res.data.logoUrl;
|
||||
|
Reference in New Issue
Block a user