Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
allCampaign
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
allCampaign
Commits
7bfd6e05
Commit
7bfd6e05
authored
Nov 28, 2019
by
Chao Sun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
双12
parent
e48ad740
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
consulting/js/base.js
+1
-1
questionnaire/src/app/live/live.component.ts
+1
-3
No files found.
consulting/js/base.js
View file @
7bfd6e05
...
@@ -689,7 +689,7 @@ $(function () {
...
@@ -689,7 +689,7 @@ $(function () {
totalFortune
:
res
.
data
.
totalFortune
,
totalFortune
:
res
.
data
.
totalFortune
,
mobileNo
:
$
(
"#loginPhone"
).
val
()
mobileNo
:
$
(
"#loginPhone"
).
val
()
};
};
localStorage
.
setItem
(
'customerInfo'
,
JSON
.
stringify
(
customerInfo
));
localStorage
.
setItem
(
'c
onsultC
ustomerInfo'
,
JSON
.
stringify
(
customerInfo
));
$
(
'.loginInBox'
).
hide
();
$
(
'.loginInBox'
).
hide
();
}
else
{
}
else
{
layer
.
open
({
layer
.
open
({
...
...
questionnaire/src/app/live/live.component.ts
View file @
7bfd6e05
...
@@ -102,7 +102,6 @@ export class LiveComponent implements OnInit {
...
@@ -102,7 +102,6 @@ export class LiveComponent implements OnInit {
}
}
}
}
},
200
)
},
200
)
}
}
}
}
...
@@ -187,7 +186,7 @@ export class LiveComponent implements OnInit {
...
@@ -187,7 +186,7 @@ export class LiveComponent implements OnInit {
if
(
!
sessionStorage
.
getItem
(
'campaignInfo'
))
{
if
(
!
sessionStorage
.
getItem
(
'campaignInfo'
))
{
this
.
router
.
navigate
([
'/transit3'
]);
this
.
router
.
navigate
([
'/transit3'
]);
}
else
{
}
else
{
const
task
=
JSON
.
parse
(
sessionStorage
.
getItem
(
'campaignInfo'
))[
'campaignTaskCode'
]
const
task
=
JSON
.
parse
(
sessionStorage
.
getItem
(
'campaignInfo'
))[
'campaignTaskCode'
]
;
//判断有无疾病
//判断有无疾病
if
(
this
.
isDisease
&&
task
==
'12task1'
)
{
if
(
this
.
isDisease
&&
task
==
'12task1'
)
{
//双12活动有疾病出弹框,确定后跳活动首页
//双12活动有疾病出弹框,确定后跳活动首页
...
@@ -202,7 +201,6 @@ export class LiveComponent implements OnInit {
...
@@ -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`
;
window
.
location
.
href
=
`https://
${
window
.
location
.
host
}
/customizedPlanList/3?orderId=
${
sessionStorage
.
getItem
(
'orderId'
)}
&customerId=
${
sessionStorage
.
getItem
(
'customerId'
)}
&leftTimes=1`
;
}
}
}
}
}
}
}
else
{
}
else
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment