后台数据统计优化

feat/task1-c-wallet
Devil 2021-08-31 18:20:30 +08:00
parent 4ffe6e67a2
commit c17cdd6625
1 changed files with 1 additions and 24 deletions

View File

@ -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 -->