Commit 75427f44 authored by zhangjinzhou's avatar zhangjinzhou

代码暂存

parent 06f2c808
......@@ -2607,6 +2607,7 @@ export class NetManager extends ABNetManager {
}
public hc_levelhome(callback: Function, pageNo:Number,pageSize:Number): void {
let reqpageno = Number(pageNo)+1;
const net: INetData = {
name: 'hc_levelhome',
uri: window['duiba'] + '/customActivity/happyclear/findConsumerRecords',
......@@ -2614,7 +2615,7 @@ export class NetManager extends ABNetManager {
dataType: 'json',
param: {
activityId: DataManager.ins.customCfgData.actId,
pageNo:pageNo,
pageNo:reqpageno,
pageSize:pageSize
},
callback: callback
......
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