Commit 1cefbb34f752b00cff6e30e77e405c59b188ac98
1 parent
e0522084
Exists in
master
feat;注释报错
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
src/views/Service/component/c_BottomBtnLeft.vue
| ... | ... | @@ -76,7 +76,7 @@ export default { |
| 76 | 76 | if (res.data.code == 200) { |
| 77 | 77 | this.commentNum = res.data.data |
| 78 | 78 | } else { |
| 79 | - this.$toast.fail(res.data.message) | |
| 79 | + // this.$toast.fail(res.data.message) | |
| 80 | 80 | } |
| 81 | 81 | }) |
| 82 | 82 | }, |
| ... | ... | @@ -123,7 +123,7 @@ export default { |
| 123 | 123 | if (res.data.code == 200) { |
| 124 | 124 | this.getCommentNum() |
| 125 | 125 | } else { |
| 126 | - this.$toast.fail(res.data.message) | |
| 126 | + // this.$toast.fail(res.data.message) | |
| 127 | 127 | } |
| 128 | 128 | }) |
| 129 | 129 | }, |
| ... | ... | @@ -144,7 +144,7 @@ export default { |
| 144 | 144 | if (res.data.code == 200) { |
| 145 | 145 | this.getCommentNum() |
| 146 | 146 | } else { |
| 147 | - this.$toast.fail(res.data.message) | |
| 147 | + // this.$toast.fail(res.data.message) | |
| 148 | 148 | } |
| 149 | 149 | }) |
| 150 | 150 | }, |
| ... | ... | @@ -163,7 +163,7 @@ export default { |
| 163 | 163 | this.getCommentNum() |
| 164 | 164 | this.getCommentList() |
| 165 | 165 | } else { |
| 166 | - this.$toast.fail(res.data.message) | |
| 166 | + // this.$toast.fail(res.data.message) | |
| 167 | 167 | } |
| 168 | 168 | }) |
| 169 | 169 | }, | ... | ... |