Commit e33d8a67 authored by zw's avatar zw

Merge branch 'test'

parents 5de8c014 6b7441bf
<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 ...@@ -69,7 +69,10 @@ define(['doT', 'text!temp/shop_inspectionlog_template_tpl.html', 'css!style/home
$("#shop_log_list").html(doTtmpl(data.data.list)); $("#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 { } else {
alert(data['msg']); 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