From f60b31044a9a117244e7cd5d51f29b53d425a409 Mon Sep 17 00:00:00 2001 From: inleft <inleft@qq.com> Date: Mon, 28 Feb 2022 18:34:47 +0800 Subject: [PATCH] wow.js 加入 --- src/components/mini/box12-comment.vue | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/components/mini/box12-comment.vue b/src/components/mini/box12-comment.vue index ae64ada..7fccf8d 100644 --- a/src/components/mini/box12-comment.vue +++ b/src/components/mini/box12-comment.vue @@ -70,12 +70,15 @@ useName: "22", userComment: "11", }; - this.$refs.replyBoxId.getMsgInfo(msgInfo); + this.$nextTick(() => { + + this.$refs.replyBoxId.getMsgInfo(msgInfo); + }); } }, data() { return { - visible: true, + visible: false, commentListData: [{ userName: "bimo", userComment: "1+1=2?", -- Gitblit v1.9.1