Commit 84fd9003 by kubisk

dos

parent 13a88596
...@@ -158,6 +158,7 @@ input[name=job-number] { ...@@ -158,6 +158,7 @@ input[name=job-number] {
} }
.perf { .perf {
font-weight: bolder;
font-size: 50px; font-size: 50px;
color: #b40220; color: #b40220;
} }
......
...@@ -171,7 +171,7 @@ function checkInfo() { ...@@ -171,7 +171,7 @@ function checkInfo() {
$('.username').text(username); $('.username').text(username);
$('.company').html('中信保诚人寿<br/>' + company + ''); $('.company').html('中信保诚人寿<br/>' + company + '');
if (fyp == 0) { if (fyp == 0) {
$('.perf').html('<span>个人累计承保</span><br/>+' + perf + '+件') $('.perf').html('<span>个人累计承保</span><br/>' + perf + '件')
} }
// setShare(); // setShare();
......
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 sign in to comment