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
95ae08b7
Commit
95ae08b7
authored
Oct 27, 2021
by
Sweet Zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
分享
parent
b9e5f992
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
4 deletions
+6
-4
src/app/common/life-common.service.ts
+1
-0
src/app/my/application-process/employee-submit/employee-submit.component.html
+2
-2
src/app/my/my-business-detail/my-business-detail.component.ts
+3
-2
No files found.
src/app/common/life-common.service.ts
View file @
95ae08b7
...
...
@@ -134,6 +134,7 @@ export class LifeCommonService {
link
:
link
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl
:
imgUrl
,
// 分享图标
success
:
()
=>
{
console
.
log
(
'试试'
);
_this
.
shareStatusPublish
(
0
);
}
};
...
...
src/app/my/application-process/employee-submit/employee-submit.component.html
View file @
95ae08b7
<div
class=
"wrapper"
>
<img
src=
"assets/images/pass.png"
alt=
"通过"
/>
<div
style=
"font-size: 22px;font-weight: bold;margin: 15px auto;"
>
{{type=='eNotice_submit' ? '您已提交成功': '您已经成功提交,谢谢!'}}
</div>
<div
style=
"font-size: 22px;font-weight: bold;margin: 15px auto;
color:#333
"
>
{{type=='eNotice_submit' ? '您已提交成功': '您已经成功提交,谢谢!'}}
</div>
<div
class=
"before"
*
ngIf=
"type == 'eNotice_submit'"
>
<p>
感谢您的理解与配合
</p>
</div>
...
...
@@ -8,7 +8,7 @@
<div
class=
"eQrocde"
>
<img
src=
"assets/images/ydOnline.jpg"
alt=
"银盾在线"
>
</div>
<div>
请扫码关注“银盾在线”
</div>
<div
style=
"margin-top: 10px;letter-spacing:1px;color:#666;"
>
请扫码关注“银盾在线”
</div>
</div>
<div
class=
"before"
*
ngIf=
"type!='eNotice_submit'"
>
<p>
我们将在3个工作日完成报聘审核。
</p>
...
...
src/app/my/my-business-detail/my-business-detail.component.ts
View file @
95ae08b7
...
...
@@ -622,12 +622,13 @@ export class MyBusinessDetailComponent implements OnInit {
loginId
:
this
.
lifeCustomerInfo
[
'customerId'
]
}
this
.
myService
.
saveInformedSheet
(
param
).
subscribe
(
res
=>
{
const
_this
=
this
;
if
(
res
[
'success'
]){
if
(
this
.
deviceType
==
3
){
this
.
eNoticeState
=
false
;
_this
.
lifeCommonService
.
shareStatusPublish
(
1
);
const
imgUrl
=
this
.
lifeCustomerInfo
.
practitionerBasicInfo
.
headImagePath
?
this
.
lifeCustomerInfo
.
practitionerBasicInfo
.
headImagePath
:
`
${
environment
.
ORIGINNAME
}
/ydLife/assets/images/icons/meng.png`
;
this
.
lifeCommonService
.
shareStatusPublish
(
1
);
this
.
lifeCommonService
.
wxShare
(
_this
.
lifeCommonService
.
wxShare
(
'保险服务委托协议和客户告知书签署'
,
`您的保险服务委托协议和客户告知书已准备好,请查收并签署,感谢信任和支持。`
,
`https://
${
window
.
location
.
host
}
/ydLife/identify?eNoticeId=
${
res
[
'data'
][
'id'
]}
`
,
...
...
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