后台数据统计优化
parent
4ffe6e67a2
commit
c17cdd6625
|
|
@ -346,27 +346,4 @@
|
|||
|
||||
<!-- footer start -->
|
||||
{{include file="public/footer" /}}
|
||||
<!-- footer end -->
|
||||
|
||||
<script type="text/javascript">
|
||||
$(function()
|
||||
{
|
||||
|
||||
|
||||
|
||||
// 近30日热销商品
|
||||
|
||||
|
||||
// 近30日支付方式
|
||||
|
||||
|
||||
// // 浏览器大小改变则实时更新图表大小
|
||||
// window.onresize = function ()
|
||||
// {
|
||||
// order_pay_type_chart.resize();
|
||||
// goods_hot_chart.resize();
|
||||
// order_profit_chart.resize();
|
||||
// order_trading_chart.resize();
|
||||
// };
|
||||
});
|
||||
</script>
|
||||
<!-- footer end -->
|
||||
Loading…
Reference in New Issue