上拉加载
This commit is contained in:
parent
bc9817efe7
commit
ae3b458c02
@ -1,7 +1,7 @@
|
|||||||
export class BasicConstant {
|
export class BasicConstant {
|
||||||
static readonly SPACE_SM = 4
|
static readonly SPACE_SM = 4
|
||||||
static readonly SPACE_MD = 10
|
static readonly SPACE_MD = 10
|
||||||
static readonly SPACE_LG = 16
|
static readonly SPACE_LG = 0
|
||||||
static readonly getyyzc="https://doc.igandan.com/app/integral/permission_expert.html";//隐私政策
|
static readonly getyyzc="https://doc.igandan.com/app/integral/permission_expert.html";//隐私政策
|
||||||
static readonly getzcxy = "http://app.igandan.com/expert_zcxy.jsp";// 注册协议正式地址
|
static readonly getzcxy = "http://app.igandan.com/expert_zcxy.jsp";// 注册协议正式地址
|
||||||
|
|
||||||
|
|||||||
@ -200,7 +200,7 @@ class HdHttp {
|
|||||||
logger.info('Response httpReq:' + data.result);
|
logger.info('Response httpReq:' + data.result);
|
||||||
let json:TimestampBean = JSON.parse(data.result.toString()) as TimestampBean;
|
let json:TimestampBean = JSON.parse(data.result.toString()) as TimestampBean;
|
||||||
let tp = json.timestamp;
|
let tp = json.timestamp;
|
||||||
datas.set("user_uuid", authStore.getUser().uuid.length>0?authStore.getUser().uuid:'');
|
datas.set("user_uuid", authStore.getUser().uuid?authStore.getUser().uuid:'');
|
||||||
datas.set("client_type", 'A');
|
datas.set("client_type", 'A');
|
||||||
datas.set("version",'4.0.0' );
|
datas.set("version",'4.0.0' );
|
||||||
datas.set('timestamp',tp+'');
|
datas.set('timestamp',tp+'');
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user