tianyi 3 weeks ago
parent
commit
590f76d790
  1. 3
      pages/index/index.vue

3
pages/index/index.vue

@ -1012,6 +1012,7 @@
that.paotuiCount -= 1
}
}
that.$refs.tabBar.indexWorkerCount ++
setTimeout(res => {
this.getUserLocation(uni.getStorageSync('worker') ? uni.getStorageSync('worker').workerId : res.result.workerId)
}, 2000)
@ -1103,7 +1104,6 @@
}).catch((res) => {});
},
goAdPage(item) {
console.log('hahahahah',item)
uni.navigateTo({
url: item.linkUrl + item.linkParams
})
@ -1803,7 +1803,6 @@
display: flex;
align-items: center;
position: relative;
top: 14rpx;
overflow: hidden;
animation: seckillEntryFloat 2.6s ease-in-out infinite;
}

Loading…
Cancel
Save