Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
ydLife
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
Sweet Zhang
ydLife
Commits
4aac56d0
Commit
4aac56d0
authored
Mar 11, 2021
by
sunchao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式调整
parent
cbc2cc08
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
7 deletions
+10
-7
src/app/auth/login/login.component.ts
+6
-6
src/app/my/team-sales-score/team-sales-score.component.html
+4
-1
No files found.
src/app/auth/login/login.component.ts
View file @
4aac56d0
...
...
@@ -53,7 +53,7 @@ export class LoginComponent implements OnInit, OnDestroy {
}
const
lifeCustomerInfo
=
{
...
response
.
data
,
mobileNo
:
this
.
userInfo
.
mobileNo
,
commonResult
:
null
};
if
(
lifeCustomerInfo
[
'customerId'
]
&&
lifeCustomerInfo
[
'practitionerId'
])
{
if
(
response
[
'data'
][
'practitionerTypeId'
]
==
28
)
{
//
if (response['data']['practitionerTypeId'] == 28) {
localStorage
.
setItem
(
'lifeCustomerInfo'
,
JSON
.
stringify
(
lifeCustomerInfo
));
//如果有openId跳页由后端判断,没有的话根据登录次数前端判断跳页
if
(
response
[
'data'
][
'getOpenIdUrl'
])
{
...
...
@@ -78,11 +78,11 @@ export class LoginComponent implements OnInit, OnDestroy {
this
.
router
.
navigateByUrl
(
this
.
redirect
);
}
}
}
else
{
this
.
openPopInfo
(
'你好,只有授权的经纪人才可登录,请联系我们的客服4009219290'
);
// this.openPopInfo(`你好,只有授权的经纪人才可登录,请联系我们的客服 <a href="tel:4009219290">4009219290 </a>`);
return
;
}
//
} else {
//
this.openPopInfo('你好,只有授权的经纪人才可登录,请联系我们的客服4009219290');
//
// this.openPopInfo(`你好,只有授权的经纪人才可登录,请联系我们的客服 <a href="tel:4009219290">4009219290 </a>`);
//
return;
//
}
}
else
{
this
.
openPopInfo
(
'暂无查询资格'
);
...
...
src/app/my/team-sales-score/team-sales-score.component.html
View file @
4aac56d0
...
...
@@ -96,7 +96,10 @@
暂无战队成员,努力去增员吧
</div>
<ul
*
ngFor=
"let teamMemberItem of teamMemberList;index as i;"
[
routerLink
]="['/
member_detail
',
teamMemberItem
.
practitionerId
]"
>
<li>
{{i+1}} {{teamMemberItem.name}}
</li>
<li>
<span
style=
"color:#333;font-size: 14px;font-weight: normal;"
>
{{i+1}}
</span>
<i
style=
"margin-left: 10px;font-style: normal;"
>
{{teamMemberItem.name}}
</i>
</li>
<li>
{{teamMemberItem.practitionerLevel}}{{teamMemberItem.practitionerTitle}}
</li>
<li
class=
"sex"
>
{{teamMemberItem.gender}}
</li>
<li>
{{teamMemberItem.mobileNo}}
</li>
...
...
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