上拉加载

This commit is contained in:
XiuYun CHEN 2025-05-12 15:39:30 +08:00
parent bc9817efe7
commit ae3b458c02
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
export class BasicConstant {
static readonly SPACE_SM = 4
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 getzcxy = "http://app.igandan.com/expert_zcxy.jsp";// 注册协议正式地址

View File

@ -200,7 +200,7 @@ class HdHttp {
logger.info('Response httpReq:' + data.result);
let json:TimestampBean = JSON.parse(data.result.toString()) as TimestampBean;
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("version",'4.0.0' );
datas.set('timestamp',tp+'');