Commit 4c9f55f0 by kubisk

dos

parent 085ea640
...@@ -173,7 +173,7 @@ function checkInfo() { ...@@ -173,7 +173,7 @@ function checkInfo() {
if (fyp == 0) { if (fyp == 0) {
$('.perf').html('<span>个人累计承保</span><br/>' + perf + '件') $('.perf').html('<span>个人累计承保</span><br/>' + perf + '件')
} else { } else {
$('.perf').html('<span>个人累计承保</span><br/>YFP' + perf + '元') $('.perf').html('<span>个人累计承保</span><br/>FYP' + perf + '元')
} }
// setShare(); // setShare();
...@@ -344,7 +344,7 @@ function createPoster() { ...@@ -344,7 +344,7 @@ function createPoster() {
txtDrawLeft(posterCtx, perf + '件', '#b40220', 66 * 2, 888 * 2, 53 * 2, 'bolder'); txtDrawLeft(posterCtx, perf + '件', '#b40220', 66 * 2, 888 * 2, 53 * 2, 'bolder');
} else { } else {
txtDrawLeft(posterCtx, '个人累计承保', '#b40220', 66 * 2, 837 * 2, 40 * 2, 'bolder'); txtDrawLeft(posterCtx, '个人累计承保', '#b40220', 66 * 2, 837 * 2, 40 * 2, 'bolder');
txtDrawLeft(posterCtx, 'YFP' + perf + '元', '#b40220', 66 * 2, 888 * 2, 53 * 2, 'bolder'); txtDrawLeft(posterCtx, 'FYP' + perf + '元', '#b40220', 66 * 2, 888 * 2, 53 * 2, 'bolder');
} }
$('#notification_area').remove(); $('#notification_area').remove();
......
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