正在显示
5 个修改的文件
包含
13 行增加
和
5 行删除
@@ -364,6 +364,7 @@ | @@ -364,6 +364,7 @@ | ||
364 | }) | 364 | }) |
365 | }, | 365 | }, |
366 | imageLick(e) { | 366 | imageLick(e) { |
367 | + console.log(e) | ||
367 | if (this.listType == 'mainAct') { | 368 | if (this.listType == 'mainAct') { |
368 | this.$href('/pages/findWonderful/actDetail?id=' + e.id) | 369 | this.$href('/pages/findWonderful/actDetail?id=' + e.id) |
369 | } | 370 | } |
@@ -385,6 +385,7 @@ | @@ -385,6 +385,7 @@ | ||
385 | let lieArr = [] | 385 | let lieArr = [] |
386 | let index = 0 | 386 | let index = 0 |
387 | let scrollTop = 0 | 387 | let scrollTop = 0 |
388 | + console.log(this.articleList) | ||
388 | this.articleList.forEach((item) => { | 389 | this.articleList.forEach((item) => { |
389 | if (item.type == '2') { | 390 | if (item.type == '2') { |
390 | if (item.id == this.nowId) { | 391 | if (item.id == this.nowId) { |
@@ -494,7 +495,7 @@ | @@ -494,7 +495,7 @@ | ||
494 | uni.switchTab({ | 495 | uni.switchTab({ |
495 | url: '/pages/my/my' | 496 | url: '/pages/my/my' |
496 | }) | 497 | }) |
497 | - } else { | 498 | + } else { |
498 | this.href('/pages/index/landHome?id=' + userId) | 499 | this.href('/pages/index/landHome?id=' + userId) |
499 | } | 500 | } |
500 | 501 |
@@ -937,7 +937,11 @@ | @@ -937,7 +937,11 @@ | ||
937 | url:'/pages/my/my' | 937 | url:'/pages/my/my' |
938 | }) | 938 | }) |
939 | }else{ | 939 | }else{ |
940 | - this.href('/pages/index/landHome?id='+id) | 940 | + console.log('跳转主页') |
941 | + uni.navigateTo({ | ||
942 | + url:'/pages/index/landHome?id='+id | ||
943 | + }) | ||
944 | + // this.$href() | ||
941 | } | 945 | } |
942 | 946 | ||
943 | }, | 947 | }, |
@@ -315,15 +315,17 @@ | @@ -315,15 +315,17 @@ | ||
315 | success: (res) => { | 315 | success: (res) => { |
316 | this.param.longitude = res.longitude | 316 | this.param.longitude = res.longitude |
317 | this.param.latitude = res.latitude | 317 | this.param.latitude = res.latitude |
318 | - this.getData() | 318 | + |
319 | + | ||
319 | }, | 320 | }, |
320 | fail(err) { | 321 | fail(err) { |
321 | uni.showModal({ | 322 | uni.showModal({ |
322 | - title:'高德地图定位出错', | 323 | + title:'定位出错', |
323 | content:err | 324 | content:err |
324 | }) | 325 | }) |
325 | } | 326 | } |
326 | }) | 327 | }) |
328 | + this.getData() | ||
327 | }, | 329 | }, |
328 | methods:{ | 330 | methods:{ |
329 | getData(){ | 331 | getData(){ |
-
请 注册 或 登录 后发表评论