From a0173283ae69190dba0b7e0f4722790f63f78358 Mon Sep 17 00:00:00 2001 From: ch Date: Thu, 30 Jun 2022 16:01:26 +0800 Subject: [PATCH] fix: test --- src/views/goods/comment/detail/index.vue | 1 - src/views/goods/comment/list/index.vue | 124 ++++++++++++----------- 2 files changed, 63 insertions(+), 62 deletions(-) diff --git a/src/views/goods/comment/detail/index.vue b/src/views/goods/comment/detail/index.vue index 80fac32..1a47672 100644 --- a/src/views/goods/comment/detail/index.vue +++ b/src/views/goods/comment/detail/index.vue @@ -144,7 +144,6 @@ } } }; - getDetail(); onActivated(getDetail); /** * 点击回复设置当前回复对象,以及输入框提示 diff --git a/src/views/goods/comment/list/index.vue b/src/views/goods/comment/list/index.vue index 713fc19..79dda7e 100644 --- a/src/views/goods/comment/list/index.vue +++ b/src/views/goods/comment/list/index.vue @@ -2,43 +2,66 @@ * @Author: ch * @Date: 2022-06-15 17:29:32 * @LastEditors: ch - * @LastEditTime: 2022-06-28 17:48:42 + * @LastEditTime: 2022-06-30 15:59:57 * @Description: file content -->