Commit 7bfd6e05 by Chao Sun

双12

parent e48ad740
......@@ -689,7 +689,7 @@ $(function () {
totalFortune: res.data.totalFortune,
mobileNo: $("#loginPhone").val()
};
localStorage.setItem('customerInfo', JSON.stringify(customerInfo));
localStorage.setItem('consultCustomerInfo', JSON.stringify(customerInfo));
$('.loginInBox').hide();
} else {
layer.open({
......
......@@ -102,7 +102,6 @@ export class LiveComponent implements OnInit {
}
}
}, 200)
}
}
......@@ -187,7 +186,7 @@ export class LiveComponent implements OnInit {
if (!sessionStorage.getItem('campaignInfo')) {
this.router.navigate(['/transit3']);
} else {
const task = JSON.parse(sessionStorage.getItem('campaignInfo'))['campaignTaskCode']
const task = JSON.parse(sessionStorage.getItem('campaignInfo'))['campaignTaskCode'];
//判断有无疾病
if (this.isDisease && task == '12task1') {
//双12活动有疾病出弹框,确定后跳活动首页
......@@ -202,7 +201,6 @@ export class LiveComponent implements OnInit {
// 跳转到方案详情页面
window.location.href = `https://${window.location.host}/customizedPlanList/3?orderId=${sessionStorage.getItem('orderId')}&customerId=${sessionStorage.getItem('customerId')}&leftTimes=1`;
}
}
}
} else {
......
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