引导页+cell
This commit is contained in:
@@ -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
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user