Commit d4fc2dc3 authored by zhengke's avatar zhengke

修改

parent 9ff6a26b
...@@ -674,11 +674,15 @@ ...@@ -674,11 +674,15 @@
}, },
//获取数据 //获取数据
getList() { getList() {
console.log("this.msg", this.msg); uni.showLoading({
title:'加载中',
icon:'none'
})
this.apipost( this.apipost(
"b2b_get_GetB2BTravelPageList", "b2b_get_GetB2BTravelPageList",
this.msg, this.msg,
res => { res => {
uni.hideLoading();
if (res.resultCode == 1) { if (res.resultCode == 1) {
this.dataList = this.dataList.concat(res.data.pageData); this.dataList = this.dataList.concat(res.data.pageData);
this.page_count = res.data.pageCount; this.page_count = 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