|
|
@@ -41,8 +41,7 @@ Page({
|
|
|
})
|
|
|
if (this.data.content.pageNumber > this.data.content.pageTotal) return;
|
|
|
_Http.basic({
|
|
|
- "classname": this.data.butText == '账号' ? "sale.team.team" : "sale.role.role",
|
|
|
- "method": this.data.butText == '账号' ? "query_teamList" : "query_roleList",
|
|
|
+ "id": this.data.butText == '账号' ? "20221107094704" : "20221109091404",
|
|
|
"content": this.data.content
|
|
|
}).then(res => {
|
|
|
this.selectComponent('#ListBox').RefreshToComplete();
|
|
|
@@ -111,5 +110,5 @@ Page({
|
|
|
})
|
|
|
});
|
|
|
},
|
|
|
- onShareAppMessage(res) { }
|
|
|
+ onShareAppMessage(res) {}
|
|
|
})
|