|
|
@ -185,7 +185,7 @@ class _CommunityDynamic extends State<CommunityDynamic> { |
|
|
|
}, |
|
|
|
}, |
|
|
|
child: |
|
|
|
child: |
|
|
|
MImage( |
|
|
|
MImage( |
|
|
|
(widget?.article?.authorHeadImg ?? "https://lmg.jj20.com/up/allimg/tx30/09041130358711081.jpg") + "?imageView2/1/w/200/h/200/format/jpg/q/75", |
|
|
|
(widget?.article?.authorHeadImg ?? "https://lmg.jj20.com/up/allimg/tx30/09041130358711081.jpg"), |
|
|
|
width: 44, |
|
|
|
width: 44, |
|
|
|
height: 44, |
|
|
|
height: 44, |
|
|
|
isCircle: true, |
|
|
|
isCircle: true, |
|
|
@ -372,7 +372,7 @@ class _CommunityDynamic extends State<CommunityDynamic> { |
|
|
|
fit: BoxFit.contain, |
|
|
|
fit: BoxFit.contain, |
|
|
|
radius: BorderRadius.circular(2), |
|
|
|
radius: BorderRadius.circular(2), |
|
|
|
width: MediaQuery.of(context).size.width/1.5, |
|
|
|
width: MediaQuery.of(context).size.width/1.5, |
|
|
|
height:MediaQuery.of(context).size.width, |
|
|
|
height:MediaQuery.of(context).size.width/1.5, |
|
|
|
errorSrc: "assets/image/default_2_1.png", |
|
|
|
errorSrc: "assets/image/default_2_1.png", |
|
|
|
fadeSrc: "assets/image/default_2_1.png", |
|
|
|
fadeSrc: "assets/image/default_2_1.png", |
|
|
|
)), |
|
|
|
)), |
|
|
|