diff --git a/components/common/comment/main.vue b/components/common/comment/main.vue index 1a48e9d..8226be6 100644 --- a/components/common/comment/main.vue +++ b/components/common/comment/main.vue @@ -266,7 +266,7 @@ export default { tab: '\t', cdn: apiConfig.VDITOR, cache: { - enable: this.postId ? false : true, + enable: !this.postId, id: this.postId ? this.postId : '', }, after() { diff --git a/components/common/product/list.vue b/components/common/product/list.vue index 09f9be1..50a4229 100644 --- a/components/common/product/list.vue +++ b/components/common/product/list.vue @@ -1,18 +1,30 @@