mirror of
https://github.com/crmeb/CRMEB.git
synced 2025-12-16 14:22:48 +00:00
框架index.php 修复
This commit is contained in:
parent
a9e88fbd9b
commit
f50f6fa55b
@ -26,11 +26,7 @@
|
|||||||
<li class="nav-header">
|
<li class="nav-header">
|
||||||
<div class="dropdown profile-element admin_open">
|
<div class="dropdown profile-element admin_open">
|
||||||
<span>
|
<span>
|
||||||
{if condition="$site_logo"}
|
<img alt="image" class="imgbox" src="{$site_logo}" onerror="javascript:this.src='{__ADMIN_PATH}images/admin_logo.png';"/>
|
||||||
<img alt="image" class="imgbox" src="{$site_logo}"/>
|
|
||||||
{else/}
|
|
||||||
<img alt="image" class="" src="{__FRAME_PATH}img/profile_small.jpg" />
|
|
||||||
{/if}
|
|
||||||
</span>
|
</span>
|
||||||
<a data-toggle="dropdown" class="dropdown-toggle" href="#">
|
<a data-toggle="dropdown" class="dropdown-toggle" href="#">
|
||||||
<span class="clear" style="margin-top: 20px;">
|
<span class="clear" style="margin-top: 20px;">
|
||||||
@ -286,7 +282,7 @@
|
|||||||
console.log(res);
|
console.log(res);
|
||||||
var info = eval("("+res+")");
|
var info = eval("("+res+")");
|
||||||
var data = info.data;
|
var data = info.data;
|
||||||
$('#msgcount').html(data.msgcount + '个');
|
$('#msgcount').html(data.msgcount);
|
||||||
$('#ordernum').html(data.ordernum + '个');
|
$('#ordernum').html(data.ordernum + '个');
|
||||||
$('#inventory').html(data.inventory + '个');
|
$('#inventory').html(data.inventory + '个');
|
||||||
$('#commentnum').html(data.commentnum + '个');
|
$('#commentnum').html(data.commentnum + '个');
|
||||||
|
|||||||
4
public/static/plug/jquery/jquery.min.js
vendored
Executable file
4
public/static/plug/jquery/jquery.min.js
vendored
Executable file
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user