From 1cefbb34f752b00cff6e30e77e405c59b188ac98 Mon Sep 17 00:00:00 2001 From: 夏洋涛 Date: Sat, 6 Jan 2024 15:31:37 +0800 Subject: [PATCH] feat;注释报错 --- src/views/Service/component/c_BottomBtnLeft.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/Service/component/c_BottomBtnLeft.vue b/src/views/Service/component/c_BottomBtnLeft.vue index df000b5..c0c8817 100644 --- a/src/views/Service/component/c_BottomBtnLeft.vue +++ b/src/views/Service/component/c_BottomBtnLeft.vue @@ -76,7 +76,7 @@ export default { if (res.data.code == 200) { this.commentNum = res.data.data } else { - this.$toast.fail(res.data.message) + // this.$toast.fail(res.data.message) } }) }, @@ -123,7 +123,7 @@ export default { if (res.data.code == 200) { this.getCommentNum() } else { - this.$toast.fail(res.data.message) + // this.$toast.fail(res.data.message) } }) }, @@ -144,7 +144,7 @@ export default { if (res.data.code == 200) { this.getCommentNum() } else { - this.$toast.fail(res.data.message) + // this.$toast.fail(res.data.message) } }) }, @@ -163,7 +163,7 @@ export default { this.getCommentNum() this.getCommentList() } else { - this.$toast.fail(res.data.message) + // this.$toast.fail(res.data.message) } }) }, -- libgit2 0.21.0