@@ -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]