Showing
1 changed file
with
1 additions
and
1 deletions
@@ -51,7 +51,7 @@ export default class GroupPurchaseDetail extends Component { | @@ -51,7 +51,7 @@ export default class GroupPurchaseDetail extends Component { | ||
51 | // let info = infoData?infoData.toJS():''; | 51 | // let info = infoData?infoData.toJS():''; |
52 | // let item = info[0]; | 52 | // let item = info[0]; |
53 | // let src = YH_Image.getSlicedUrl(item.src, width, 70, 2); | 53 | // let src = YH_Image.getSlicedUrl(item.src, width, 70, 2); |
54 | - let src = 'https://cdn.yoho.cn/miniapp/group/banner1.jpeg'; | 54 | + let src = 'http://img13.static.yhbimg.com/article/2019/02/28/14/02b72ac74385bdefd089ffa860d29d0862.jpeg'; |
55 | 55 | ||
56 | return( | 56 | return( |
57 | <View style={{width:width, height:70*DEVICE_WIDTH_RATIO+8, backgroundColor:'#f0f0f0'}}> | 57 | <View style={{width:width, height:70*DEVICE_WIDTH_RATIO+8, backgroundColor:'#f0f0f0'}}> |
-
Please register or login to post a comment