Commit d3b9684d by Sweet Zhang

增加用户信息缓存

parent fe59ef9f
$(function () { $(function () {
// var api = 'https://' + window.location.host; var api = 'https://' + window.location.host;
var api = 'https://mdev.zuihuibi.cn'; // var api = 'https://mdev.zuihuibi.cn';
var gitUrlParam = window.location.search; var gitUrlParam = window.location.search;
var shareCode, customerId = null; var shareCode, customerId = null;
var customerEncryptResult = null; var customerEncryptResult = null;
......
...@@ -187,7 +187,7 @@ export class LiveComponent implements OnInit { ...@@ -187,7 +187,7 @@ export class LiveComponent implements OnInit {
"campaignTaskCode": JSON.parse(sessionStorage.getItem('campaignInfo'))['campaignTaskCode'] "campaignTaskCode": JSON.parse(sessionStorage.getItem('campaignInfo'))['campaignTaskCode']
} }
} }
if (type !== 1) { if (type !== 1 && JSON.parse(sessionStorage.getItem('campaignInfo'))['campaignTaskCode'] == '12task1') {
this.getOrderId(orderIdParam); this.getOrderId(orderIdParam);
return; return;
} }
......
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