Commit eddd4473 by doszhang

dos

parent 1f3420c2
......@@ -171,6 +171,8 @@ function checkInfo() {
phase = resp.phase;
toUploadPage();
$('.username').text(username);
$('.tip').hide();
$('.tip' + phase).show()
$('.company').html('中信保诚人寿<br/>' + company + '');
if (fyp == 0) {
$('.perf').html('<span>个人累计承保</span><br/>' + perf + '件')
......@@ -335,7 +337,7 @@ function createPoster() {
setTimeout(function () {
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();
posterBottomObj.src = '/Public/static/image2/poster' + level + '-2.png?version=1.0.0';
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" */ ?>
<?php /*%%SmartyHeaderCode:4876646036088c82d758e93-18897134%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_valid = $_smarty_tpl->decodeProperties(array (
......@@ -13,7 +13,7 @@ $_valid = $_smarty_tpl->decodeProperties(array (
'526b6e8e6609f50ea93c8658e68e6ae8c9981bc5' =>
array (
0 => 'Application/Home/View/default/layout.tpl',
1 => 1619751162,
1 => 1620656572,
2 => 'file',
),
),
......@@ -129,7 +129,7 @@ $_valid = $_smarty_tpl->decodeProperties(array (
var _hmt = _hmt || [];
(function() {
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];
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