Commit cb018df1 by sunchao

佣金文字提示修改

parent f7065e27
......@@ -33,4 +33,7 @@
<p>*温馨提示:</p>
<p>根据基本法规定,如因客户退保产生保险公司追佣的情形,公司将向经纪人扣回或追偿相应损失。</p>
</div>
</div>
\ No newline at end of file
</div>
<div *ngIf="!commission && !commissionInfoList" style="text-align: center;font-size: 20px;color: #333;">
公告佣金数据待更新,请耐心等待!
</div>
......@@ -56,7 +56,7 @@ export class ProductDataComponent implements OnInit {
sessionStorage.setItem('commission',urlItem['fileInfos'][0]['description']);
}
if(this.isActive == null){
const toast = ToastService.show('暂未配置公告佣金', 0);
const toast = ToastService.show('公告佣金数据待更新,请耐心等待!', 0);
setTimeout(() => {
ToastService.hide();
}, 3000);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment