Authored by xuqi

Merge branch 'develop' of http://git.dev.yoho.cn/web/yohobuy into develop

framework @ 119c247f
1 -Subproject commit 75bbc3b075de19f239532f60c5995d06c5f814e2 1 +Subproject commit 119c247f5cf929aa1e059e40609bb16dd6b58f05
@@ -227,7 +227,7 @@ function search(opt) { @@ -227,7 +227,7 @@ function search(opt) {
227 227
228 $.ajax({ 228 $.ajax({
229 type: 'GET', 229 type: 'GET',
230 - url: '/newArrival/filter', 230 + url: '/product/newsale/filter',
231 data: defaultOpt, 231 data: defaultOpt,
232 success: function(data) { 232 success: function(data) {
233 $goodsContainer.append(data); 233 $goodsContainer.append(data);
@@ -37,7 +37,8 @@ var defaultOpt = { @@ -37,7 +37,8 @@ var defaultOpt = {
37 discount: $('#discount').val(), 37 discount: $('#discount').val(),
38 limit: $('#limit').val(), 38 limit: $('#limit').val(),
39 channel: $('#channel').val(), 39 channel: $('#channel').val(),
40 - p_d: $('#p_d').val() 40 + p_d: $('#p_d').val(),
  41 + dayLimit: 1
41 }; 42 };
42 43
43 var now = new Date(), 44 var now = new Date(),