|
@@ -185,16 +185,14 @@ export default {
|
|
onMounted (options) {
|
|
onMounted (options) {
|
|
},
|
|
},
|
|
onLoad (options) {
|
|
onLoad (options) {
|
|
-
|
|
|
|
},
|
|
},
|
|
updated () {
|
|
updated () {
|
|
-
|
|
|
|
},
|
|
},
|
|
onShow(){
|
|
onShow(){
|
|
|
|
+ this.getAdsList();
|
|
if (this.markers[0].label.content){
|
|
if (this.markers[0].label.content){
|
|
this.getCurrentLocation()
|
|
this.getCurrentLocation()
|
|
}
|
|
}
|
|
-
|
|
|
|
},
|
|
},
|
|
watch: {
|
|
watch: {
|
|
// isLogin: {
|
|
// isLogin: {
|
|
@@ -208,11 +206,8 @@ export default {
|
|
methods: {
|
|
methods: {
|
|
|
|
|
|
clickImageUrl(e){
|
|
clickImageUrl(e){
|
|
- console.log(e)
|
|
|
|
-
|
|
|
|
let item =this.swiperList[e]
|
|
let item =this.swiperList[e]
|
|
|
|
|
|
- console.log(item)
|
|
|
|
if (item.skipType === 2){//跳转到文章链接
|
|
if (item.skipType === 2){//跳转到文章链接
|
|
uni.navigateTo({
|
|
uni.navigateTo({
|
|
url: '/pages/groupbuying/article/article?id='+item.dataId
|
|
url: '/pages/groupbuying/article/article?id='+item.dataId
|
|
@@ -293,7 +288,7 @@ export default {
|
|
pullResh () {
|
|
pullResh () {
|
|
// if (this.current == 0) {
|
|
// if (this.current == 0) {
|
|
// uni.showLoading({ title: '刷新中' });
|
|
// uni.showLoading({ title: '刷新中' });
|
|
- // this.getAdsList()
|
|
|
|
|
|
+ this.getAdsList()
|
|
// this.getLatestGroupon()
|
|
// this.getLatestGroupon()
|
|
// } else {
|
|
// } else {
|
|
// this.$refs.latestGroupBuying.getGoodsPage()
|
|
// this.$refs.latestGroupBuying.getGoodsPage()
|