|
@@ -103,7 +103,6 @@
|
|
|
if (res.data.length > 0){
|
|
|
this.normalMsgList = this.normalMsgList.concat(res.data); //追加新数据
|
|
|
}
|
|
|
- console.log("+++++++++++++++++++++",this.normalMsgList)
|
|
|
}).catch((err) => {
|
|
|
//联网失败, 结束加载
|
|
|
this.mescroll.endErr();
|
|
@@ -118,7 +117,6 @@
|
|
|
if (res.data.length > 0){
|
|
|
this.sysMsgList = this.sysMsgList.concat(res.data); //追加新数据
|
|
|
}
|
|
|
- console.log("+++++++++++++++++++++",this.sysMsgList)
|
|
|
}).catch((err) => {
|
|
|
//联网失败, 结束加载
|
|
|
this.mescroll.endErr();
|