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