Commit 45009f8d authored by agping's avatar agping

商铺列表 去掉默认时间

parent 1a030740
...@@ -52,8 +52,8 @@ define(['doT', 'text!temp/house_template_tpl.html', 'css!style/home.css', 'ckfin ...@@ -52,8 +52,8 @@ define(['doT', 'text!temp/house_template_tpl.html', 'css!style/home.css', 'ckfin
var d = myDate.getDate(); var d = myDate.getDate();
var day_end = y + '-' + (m < 10 ? ('0' + m) : m) + '-' + (d < 10 ? ('0' + d) : d); var day_end = y + '-' + (m < 10 ? ('0' + m) : m) + '-' + (d < 10 ? ('0' + d) : d);
var day_start = getPreMonth(day_end); var day_start = getPreMonth(day_end);
$('#start_date').val(day_start); // $('#start_date').val(day_start);
$('#end_date').val(day_end); // $('#end_date').val(day_end);//去掉默认时间
business.getList(1); business.getList(1);
business.event(); business.event();
business.resetLoad(); business.resetLoad();
......
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