zhaoxiaohai 3 年之前
父节点
当前提交
9168bf6e92
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      pages/tabbar/home/index.js

+ 0 - 1
pages/tabbar/home/index.js

@@ -127,7 +127,6 @@ Page({
         clearInterval(DataCarousel);
         DataCarousel = setInterval(() => {
             let count = this.data.msgCount < this.data.msgList.length ? this.data.msgCount : 0;
-            console.log(count)
             this.setData({
                 msgCount: count + 1,
                 notice: this.data.msgList[count]