Authored by 郝肖肖

itemurl http

... ... @@ -244,9 +244,10 @@ class ItemModel
}
$statGoodsInfo['imageUrl'] = $goodsInfo['img'];
$statGoodsInfo['productUrl'] = $goodsInfo['weixinUrl'];
$statGoodsInfo['productUrl'] = strstr(Helpers::transHttpsUrl($goodsInfo['weixinUrl']), '?', true);
$statGoodsInfo['smallSortId'] = $goodsInfo['smallSortId'];
$statGoodsInfo['soldOut'] = intval($soldOut);
return array('goodsInfo' => $goodsInfo, 'consultComment' => $consultComment, 'banner' => $banner, 'statGoodsInfo' => $statGoodsInfo);
}
... ...