Commit eb831649 by sunchao

排查下一期跳转问题

parent 77619090
......@@ -117,6 +117,7 @@ export class SalaryDetailComponent implements OnInit {
}
//下一期
if(type == 'next'){
debugger;
if(i == 0){
const toast = ToastService.show('已到最后一期薪资!', 0);
setTimeout(() => {
......
......@@ -70,7 +70,7 @@
<span>保单号:{{customerFortuneItem.policyNo}}</span>
</div>
<div style="font-size: 14px;color: #b3b3b3;">
<span>保费:{{customerFortuneItem.orderPrice}}</span>
<span>保费:{{customerFortuneItem.orderPrice | number:'1.2-2'}}</span>
</div>
<div style="font-size: 14px;color: #b3b3b3;">
<span>经纪人:{{customerFortuneItem.name}}</span>
......
......@@ -5,8 +5,8 @@
export const environment = {
production: false,
BACKEND_URL_CONFIG_VALUE: 'https://mdev.zuihuibi.cn/api',
ORIGINNAME: 'https://mdev.zuihuibi.cn/ydapi',
DOMAINNAME: 'https://mdev.zuihuibi.cn/',
BACKEND_URL_CONFIG_VALUE: 'https://m.zuihuibi.cn/api',
ORIGINNAME: 'https://m.zuihuibi.cn/ydapi',
DOMAINNAME: 'https://m.zuihuibi.cn/',
BAIDU_TONGJI_CODE: 'e8fa107d82e0471d097d545225aeed64'
};
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