|
|
@@ -167,10 +167,13 @@ function handleCookie(cookieStr){
|
|
|
"cust_id": "Pfd6kjTSmjCfQ8boswe1PpAmfgZW0acz",
|
|
|
"invitationCode": "BGCKWC"
|
|
|
}
|
|
|
+ lk.log(`test=${playload.customerInfo}`)
|
|
|
customerInfo = JSON.parse(playload.customerInfo);
|
|
|
lk.setVal(OfPayConstKey.phone, customerInfo.phone);
|
|
|
} catch (e) {
|
|
|
}
|
|
|
+ }else{
|
|
|
+ lk.log(`jwtData nil`)
|
|
|
}
|
|
|
}
|
|
|
}
|