Authored by 郭成尧

'为您优选'

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