Prechádzať zdrojové kódy

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

panyong 3 rokov pred
rodič
commit
57b9d61482
1 zmenil súbory, kde vykonal 4 pridanie a 1 odobranie
  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: {