引导页+cell

This commit is contained in:
shijingjing
2023-03-20 19:08:04 +08:00
parent 42a332b76c
commit 5b81a23bb8
4 changed files with 17 additions and 8 deletions

View File

@@ -22,7 +22,7 @@ export default {
}
}).then(res=> {
if(res?.data) {
this.picUrl = res.data.records[0].picUrl
this.picUrl = res.data.records[0]?.picUrl
}
})
}