瀏覽代碼

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