Преглед изворни кода

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: {