修改小程序bug
This commit is contained in:
@@ -141,6 +141,7 @@
|
||||
getBanner() {
|
||||
this.$apiServe.getBanner().then(res => {
|
||||
let banner = res.data.data
|
||||
console.log('轮播图', banner);
|
||||
if (banner) {
|
||||
for (const item of banner) {
|
||||
item.img = this.imgUrl + item.img
|
||||
|
||||
Reference in New Issue
Block a user