소스 검색

notice data 修改

menc 2 년 전
부모
커밋
e4905a0ffb
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      pages/notice/notice.js

+ 2 - 2
pages/notice/notice.js

@@ -30,9 +30,9 @@ Page({
 
   getQiyeEnterpriseListSuccess(res) {
 
-    console.log("####" + this.data.pageNum)
+    console.log("####" + this.pageNum)
     this.setData({
-      enterpriseList: res.data.rows,
+      enterpriseList: res.rows,
     })
     var that = this
     if (this.data.pageNum == 1) {