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