diff --git a/components/archive/list.vue b/components/archive/list.vue index 6a28c8f..8095dfa 100644 --- a/components/archive/list.vue +++ b/components/archive/list.vue @@ -12,7 +12,7 @@ d="M12 22c3.859 0 7-3.141 7-7s-3.141-7-7-7c-3.86 0-7 3.141-7 7s3.14 7 7 7zm0-12c2.757 0 5 2.243 5 5s-2.243 5-5 5-5-2.243-5-5 2.243-5 5-5zm-1-8H7v5.518a8.957 8.957 0 0 1 4-1.459V2zm6 0h-4v4.059a8.957 8.957 0 0 1 4 1.459V2z"> - + {{ tag.tagTitle }}
@@ -81,5 +81,9 @@ export default { 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..b955abb 100644 --- a/components/common/product/list.vue +++ b/components/common/product/list.vue @@ -1,18 +1,30 @@