Commit 53c8fa47 by kubisk

Merge branch 'master' into release

parents f517dda4 4c9f55f0
...@@ -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();
......
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
// +---------------------------------------------------------------------- // +----------------------------------------------------------------------
// | Author: liu21st <liu21st@gmail.com> // | Author: liu21st <liu21st@gmail.com>
// +---------------------------------------------------------------------- // +----------------------------------------------------------------------
die();
if(version_compare(PHP_VERSION,'5.3.0','<')) die('require PHP > 5.3.0 !'); if(version_compare(PHP_VERSION,'5.3.0','<')) die('require PHP > 5.3.0 !');
define('WEB_ROOT_PATH', realpath(dirname(__FILE__))); define('WEB_ROOT_PATH', realpath(dirname(__FILE__)));
......
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