zhaoxiaohai 3 년 전
부모
커밋
71be446974
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      pages/tabbar/home/index.js

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

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