邓洁 : 地址转为经纬度函数
This commit is contained in:
@@ -51,8 +51,8 @@
|
||||
methods: {
|
||||
getBanner(){
|
||||
this.$api.getBanner().then(res=>{
|
||||
console.log('lunbo',res.data.data);
|
||||
this.swiperList = res.data.data.map(item=>item.img)
|
||||
console.log('轮播图',res.data.data);
|
||||
this.swiperList = res.data.data.map(item=>this.$api.imgUrl+item.img)
|
||||
})
|
||||
},
|
||||
getNotice(){
|
||||
|
||||
Reference in New Issue
Block a user