Prechádzať zdrojové kódy

cps:分享赚钱中转页优化

panyong 3 rokov pred
rodič
commit
c45c5bbf50

+ 5 - 1
htmldev/cps/src/views/invite/index.vue

@@ -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()

+ 1 - 5
htmldev/cps/src/views/marketing/save/index.vue

@@ -82,13 +82,9 @@ export default {
     }
   },
   activated () {
-    const { redirectUrl } = this.$route.query
     if (!this.$route.meta.isUseCache) {
       this.isRefresh = false
-      // 分享赚钱中转页是首页
-      if (!redirectUrl) {
-        this.fetchData()
-      }
+      this.fetchData()
     } else {
       if (this.shopsScroll) {
         this.shopsScroll.refresh()