Commit 6b7441bf authored by agping's avatar agping

商铺日志 去掉总数

parent 3c56fcfd
<script src='/resource/lib/js/require.min.js' data-main='/resource/js/main?version=2019018899' charset='utf-8'></script>
<script src='/resource/lib/js/require.min.js' data-main='/resource/js/main?version=2019018866' charset='utf-8'></script>
......@@ -69,7 +69,10 @@ define(['doT', 'text!temp/shop_inspectionlog_template_tpl.html', 'css!style/home
$("#shop_log_list").html(doTtmpl(data.data.list));
/*分页代码*/
add_page(data.data.total, pageNo, shoplog.pageSize, shoplog.getList);
// add_page(data.data.total, pageNo, shoplog.pageSize, shoplog.getList);
add_page(40000, pageNo, shoplog.pageSize, shoplog.getList);
$('.hide-total-info-liu').hide();
} else {
alert(data['msg']);
};
......
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 to comment