@@ -36,8 +36,12 @@ export default {
}
},
activated () {
+ const { redirectUrl } = this.$route.query
if (!this.$route.meta.isUseCache) {
- this.fetchData()
+ // 分享赚钱中转页是首页
+ if (!redirectUrl) {
+ this.fetchData()
+ }
} else {
this.$nextTick(() => {
this.shops.length && this.$refs.myMall.show()
@@ -82,13 +82,9 @@ export default {
- const { redirectUrl } = this.$route.query
this.isRefresh = false
- // 分享赚钱中转页是首页
- if (!redirectUrl) {
- }
if (this.shopsScroll) {
this.shopsScroll.refresh()