Authored by htoooth

fix try img

... ... @@ -953,7 +953,7 @@ const _getProductModelTry = (data) => {
if (_.has(result, 'data.modelTryImgBoList')) {
let tryImg = _.head(result.data.modelTryImgBoList);
modelTry.frImg = helpers.getForceSourceUrl(tryImg.tryImg);
modelTry.frImg = helpers.getForceSourceUrl(_.get(tryImg, 'tryImg', '')) || '';
}
return modelTry;
... ...