... ... @@ -52,8 +52,8 @@ export default class JointCell extends React.Component {
let ratioHeight = Math.ceil(width * imageHeight / imageWidth);
return (
<View>
<YH_Image url={YH_Image.getSlicedUrl(source.src, width-marginLeft*2, ratioHeight, 2)} resizeMode="contain" style={{ width: width-marginLeft*2, height: ratioHeight, marginLeft: marginLeft}} />
<View >
<YH_Image url={YH_Image.getSlicedUrl(source.src, width-marginLeft*2, ratioHeight, 2)} resizeMode={'stretch'} style={{ width: width-marginLeft*2, height: ratioHeight, marginLeft: marginLeft, backgroundColor: 'red'}} />
<View style={{flexDirection: 'row', position: 'absolute', top: 0, left: marginLeft, bottom: 0, right: marginLeft}}>{
list.map((item, i) => {
let exposureData = {
... ...