Commit eddd4473 by doszhang

dos

parent 1f3420c2
...@@ -171,6 +171,8 @@ function checkInfo() { ...@@ -171,6 +171,8 @@ function checkInfo() {
phase = resp.phase; phase = resp.phase;
toUploadPage(); toUploadPage();
$('.username').text(username); $('.username').text(username);
$('.tip').hide();
$('.tip' + phase).show()
$('.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 + '件')
...@@ -335,7 +337,7 @@ function createPoster() { ...@@ -335,7 +337,7 @@ function createPoster() {
setTimeout(function () { setTimeout(function () {
posterCtx.drawImage(logoObj, 0 * 2, 40 * 2, 569 * 2, 204 * 2); posterCtx.drawImage(logoObj, 0 * 2, 40 * 2, 569 * 2, 204 * 2);
posterCtx.drawImage(posterTopObj, 35 * 2, 173 * 2, 206 * 2, 65 * 2); posterCtx.drawImage(posterTopObj, 35 * 2, 173 * 2, 206 * 2, 141 * 2);
var posterBottomObj = new Image(); var posterBottomObj = new Image();
posterBottomObj.src = '/Public/static/image2/poster' + level + '-2.png?version=1.0.0'; posterBottomObj.src = '/Public/static/image2/poster' + level + '-2.png?version=1.0.0';
posterBottomObj.onload = function () { posterBottomObj.onload = function () {
......
<?php /* Smarty version Smarty-3.1.6, created on 2021-04-30 11:26:25 <?php /* Smarty version Smarty-3.1.6, created on 2021-05-20 12:04:27
compiled from "Application/Home/View/default/Index_index.tpl" */ ?> compiled from "Application/Home/View/default/Index_index.tpl" */ ?>
<?php /*%%SmartyHeaderCode:4876646036088c82d758e93-18897134%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed'); <?php /*%%SmartyHeaderCode:4876646036088c82d758e93-18897134%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_valid = $_smarty_tpl->decodeProperties(array ( $_valid = $_smarty_tpl->decodeProperties(array (
...@@ -13,7 +13,7 @@ $_valid = $_smarty_tpl->decodeProperties(array ( ...@@ -13,7 +13,7 @@ $_valid = $_smarty_tpl->decodeProperties(array (
'526b6e8e6609f50ea93c8658e68e6ae8c9981bc5' => '526b6e8e6609f50ea93c8658e68e6ae8c9981bc5' =>
array ( array (
0 => 'Application/Home/View/default/layout.tpl', 0 => 'Application/Home/View/default/layout.tpl',
1 => 1619751162, 1 => 1620656572,
2 => 'file', 2 => 'file',
), ),
), ),
...@@ -129,7 +129,7 @@ $_valid = $_smarty_tpl->decodeProperties(array ( ...@@ -129,7 +129,7 @@ $_valid = $_smarty_tpl->decodeProperties(array (
var _hmt = _hmt || []; var _hmt = _hmt || [];
(function() { (function() {
var hm = document.createElement("script"); var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?24f55c033cb4f0f53569de145e3336c4"; hm.src = "https://hm.baidu.com/hm.js?c8a41b65154301a2d05315d3000bf95a";
var s = document.getElementsByTagName("script")[0]; var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s); s.parentNode.insertBefore(hm, s);
})(); })();
......
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