Explorar o código

fix(跟进评论): 页面关闭按钮无效bug修复

lk %!s(int64=2) %!d(string=hai) anos
pai
achega
10945c376a
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      src/components/postComments/index.vue

+ 3 - 1
src/components/postComments/index.vue

@@ -71,7 +71,9 @@
         })
       },
       handleSub() {},
-      handleClose() {},
+      handleClose() {
+        this.visible = false
+      },
     },
   }
 </script>