Authored by 郭成尧

'为您优选'

@@ -429,7 +429,7 @@ class CartModel @@ -429,7 +429,7 @@ class CartModel
429 */ 429 */
430 public static function getRecommendProduct($channel, $uid, $udid, $page) 430 public static function getRecommendProduct($channel, $uid, $udid, $page)
431 { 431 {
432 - $result = array('code' => 200, 'message' => '', 'data' => array('header' => '为优选', 'hasPrev' => false, 'hasNext' => false, 'item' => array())); 432 + $result = array('code' => 200, 'message' => '', 'data' => array('header' => '为优选', 'hasPrev' => false, 'hasNext' => false, 'item' => array()));
433 433
434 do { 434 do {
435 if (!is_numeric($page)) { 435 if (!is_numeric($page)) {
@@ -52,7 +52,7 @@ class IndexController extends WebAction @@ -52,7 +52,7 @@ class IndexController extends WebAction
52 default: 52 default:
53 break; 53 break;
54 } 54 }
55 - // 为优选 tar add 160701 55 + // 为优选 tar add 160701
56 $data['recommend'] = IndexModel::preferenceData($channelNum, $uid, $udid, '100004', 30); 56 $data['recommend'] = IndexModel::preferenceData($channelNum, $uid, $udid, '100004', 30);
57 57
58 //取消订单原因列表 58 //取消订单原因列表