Commit d1f0a2f8 authored by zhengke's avatar zhengke

修改

parent 3cc424f6
......@@ -323,7 +323,6 @@
(res) => {
uni.hideLoading();
if (res.resultCode == 1) {
console.log(res,'数据');
this.dataList = this.dataList.concat(res.data.pageData);
this.pageCount = res.data.pageCount;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment