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
7b023406
Commit
7b023406
authored
Oct 27, 2021
by
Sweet Zhang
Browse files
Options
Browse Files
Download
Plain Diff
解决f分享问题
parents
47f7cec0
95ae08b7
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
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
+0
-0
No files found.
src/app/common/life-common.service.ts
View file @
7b023406
...
...
@@ -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 @
7b023406
<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 @
7b023406
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