Authored by 陈林

替换拼团详情的banner资源图片。review by 孙凯。

... ... @@ -51,7 +51,7 @@ export default class GroupPurchaseDetail extends Component {
// let info = infoData?infoData.toJS():'';
// let item = info[0];
// let src = YH_Image.getSlicedUrl(item.src, width, 70, 2);
let src = 'http://img13.static.yhbimg.com/article/2018/07/18/10/02de2e27168c47ef13209f74b2cfc0cab4.png';
let src = 'https://cdn.yoho.cn/miniapp/group/banner1.jpeg';
return(
<View style={{width:width, height:70*DEVICE_WIDTH_RATIO+8, backgroundColor:'#f0f0f0'}}>
... ...