From 0332f791d1f1ca564e0b8888eec29ae6d1c739f9 Mon Sep 17 00:00:00 2001 From: ch Date: Mon, 20 Jun 2022 14:27:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=87=E6=8D=A2=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E8=AF=A6=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/goods/comment/detail/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/goods/comment/detail/index.vue b/src/views/goods/comment/detail/index.vue index 6b5cfd7..ec6239f 100644 --- a/src/views/goods/comment/detail/index.vue +++ b/src/views/goods/comment/detail/index.vue @@ -135,6 +135,7 @@ } }; getDetail(); + onActivated(handleLoad); /** * 点击回复设置当前回复对象,以及输入框提示 */