|
@@ -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) {
|