소스 검색

cps:省钱、返钱、赚钱列表数据缓存

panyong 3 년 전
부모
커밋
57b9d61482
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 1
      htmldev/cps/src/views/marketing/index.vue

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

@@ -71,7 +71,10 @@ export default {
     }, 500)
   },
   activated () {
-    if (!this.$route.meta.isUseCache) {
+    if (this.$route.meta.isUseCache) {
+      if (this.scroll) {
+        this.scroll.refresh()
+      }
     }
   },
   methods: {