@@ -120,8 +120,7 @@ Page({
"pageNumber": 1,
"pageSize": 3
}
- }).then(res => {
- console.log("通告列表", res)
+ }, false).then(res => {
if (res.msg != '成功') return this.queryNoticeList(i + 1);
this.setData({
annunciateList: res.data,