소스 검색

cps:分享赚钱中转页优化

panyong 3 년 전
부모
커밋
c45c5bbf50
2개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. 5 1
      htmldev/cps/src/views/invite/index.vue
  2. 1 5
      htmldev/cps/src/views/marketing/save/index.vue

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