|
@@ -36,12 +36,8 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
activated () {
|
|
|
- const { redirectUrl } = this.$route.query
|
|
|
if (!this.$route.meta.isUseCache) {
|
|
|
- // 分享赚钱中转页是首页
|
|
|
- if (!redirectUrl) {
|
|
|
- this.fetchData()
|
|
|
- }
|
|
|
+ this.fetchData()
|
|
|
} else {
|
|
|
this.$nextTick(() => {
|
|
|
this.shops.length && this.$refs.myMall.show()
|
|
@@ -63,7 +59,7 @@ export default {
|
|
|
} catch (err) {}
|
|
|
},
|
|
|
showShareTip (obj) {
|
|
|
- platform.isWeixin && funWxShare(obj.category_name, obj.category_desc, obj.category_img_url, `${location.origin}${location.pathname}?redirectUrl=${encodeURIComponent(obj.link_url)}`)
|
|
|
+ platform.isWeixin && funWxShare(obj.category_name, obj.category_desc, obj.category_img_url, `${location.origin}/shareMiddle?redirectUrl=${encodeURIComponent(obj.link_url)}`)
|
|
|
this.booShareTip = true
|
|
|
}
|
|
|
},
|