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
cb018df1
Commit
cb018df1
authored
Jan 12, 2023
by
sunchao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
佣金文字提示修改
parent
f7065e27
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
+4
-1
src/app/my/commission/commission.component.html
+3
-0
src/app/my/product-data/product-data.component.ts
+1
-1
No files found.
src/app/my/commission/commission.component.html
View file @
cb018df1
...
@@ -34,3 +34,6 @@
...
@@ -34,3 +34,6 @@
<p>
根据基本法规定,如因客户退保产生保险公司追佣的情形,公司将向经纪人扣回或追偿相应损失。
</p>
<p>
根据基本法规定,如因客户退保产生保险公司追佣的情形,公司将向经纪人扣回或追偿相应损失。
</p>
</div>
</div>
</div>
</div>
<div
*
ngIf=
"!commission && !commissionInfoList"
style=
"text-align: center;font-size: 20px;color: #333;"
>
公告佣金数据待更新,请耐心等待!
</div>
src/app/my/product-data/product-data.component.ts
View file @
cb018df1
...
@@ -56,7 +56,7 @@ export class ProductDataComponent implements OnInit {
...
@@ -56,7 +56,7 @@ export class ProductDataComponent implements OnInit {
sessionStorage
.
setItem
(
'commission'
,
urlItem
[
'fileInfos'
][
0
][
'description'
]);
sessionStorage
.
setItem
(
'commission'
,
urlItem
[
'fileInfos'
][
0
][
'description'
]);
}
}
if
(
this
.
isActive
==
null
){
if
(
this
.
isActive
==
null
){
const
toast
=
ToastService
.
show
(
'
暂未配置公告佣金
'
,
0
);
const
toast
=
ToastService
.
show
(
'
公告佣金数据待更新,请耐心等待!
'
,
0
);
setTimeout
(()
=>
{
setTimeout
(()
=>
{
ToastService
.
hide
();
ToastService
.
hide
();
},
3000
);
},
3000
);
...
...
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