Parcourir la source

notice data 修改

menc il y a 2 ans
Parent
commit
e4905a0ffb
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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) {