修改adv组件无法显示内容的问题

This commit is contained in:
Gao xiaosong
2021-02-17 16:38:04 +08:00
parent 6af19ad413
commit e7a60bd9f8
2 changed files with 11 additions and 26 deletions

View File

@ -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;