Explorar el Código

notice data 修改

menc hace 2 años
padre
commit
e4905a0ffb
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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) {