...
|
...
|
@@ -53,7 +53,7 @@ export default class JointCell extends React.Component { |
|
|
|
|
|
return (
|
|
|
<View>
|
|
|
<YH_Image url={YH_Image.getSlicedUrl(source.src, width-marginLeft*2, ratioHeight, 2)} style={{ width: width-marginLeft*2, height: ratioHeight, marginLeft: marginLeft}} />
|
|
|
<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 style={{flexDirection: 'row', position: 'absolute', top: 0, left: marginLeft, bottom: 0, right: marginLeft}}>{
|
|
|
list.map((item, i) => {
|
|
|
let exposureData = {
|
...
|
...
|
|