Commit f8dde6a5 authored by 王博文's avatar 王博文

取消console事件

parent ca6f9033
......@@ -98,7 +98,6 @@ export default {
// isDot类型时,不显示文字
showText() {
if (this.isDot) return "";
console.log(this.count);
if (Array.isArray(this.count)) {
if (this.count.length > this.overflowCount) {
return `${this.overflowCount}+`;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment