zhaoxiaohai 3 gadi atpakaļ
vecāks
revīzija
71be446974
1 mainītis faili ar 1 papildinājumiem un 2 dzēšanām
  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,