作者 gxz0523@163.com

1111

{
"name" : "问野",
"appid" : "__UNI__6108A26",
"appid" : "__UNI__FB5EFFA",
"description" : "问野",
"versionName" : "1.4",
"versionCode" : 113,
... ...
... ... @@ -364,6 +364,7 @@
})
},
imageLick(e) {
console.log(e)
if (this.listType == 'mainAct') {
this.$href('/pages/findWonderful/actDetail?id=' + e.id)
}
... ...
... ... @@ -385,6 +385,7 @@
let lieArr = []
let index = 0
let scrollTop = 0
console.log(this.articleList)
this.articleList.forEach((item) => {
if (item.type == '2') {
if (item.id == this.nowId) {
... ...
... ... @@ -937,7 +937,11 @@
url:'/pages/my/my'
})
}else{
this.href('/pages/index/landHome?id='+id)
console.log('跳转主页')
uni.navigateTo({
url:'/pages/index/landHome?id='+id
})
// this.$href()
}
},
... ...
... ... @@ -315,15 +315,17 @@
success: (res) => {
this.param.longitude = res.longitude
this.param.latitude = res.latitude
this.getData()
},
fail(err) {
uni.showModal({
title:'高德地图定位出错',
title:'定位出错',
content:err
})
}
})
this.getData()
},
methods:{
getData(){
... ...