Commit 841b1bc5 authored by 何碧荣's avatar 何碧荣

关注页添加 关注了你文案

parent 8e2230da
...@@ -51,8 +51,8 @@ class FocusListItem extends StatelessWidget { ...@@ -51,8 +51,8 @@ class FocusListItem extends StatelessWidget {
Container( Container(
margin: EdgeInsets.only(left: ScreenUtil.instance.setWidth(10.0)), margin: EdgeInsets.only(left: ScreenUtil.instance.setWidth(10.0)),
padding: EdgeInsets.only(top: ScreenUtil.instance.setHeight(10.0)), padding: EdgeInsets.only(top: ScreenUtil.instance.setHeight(10.0)),
child: myText('${item.username??""}', ALColors.Color666666, 13.0), child: myText('${item.username??""} 关注了你', ALColors.Color666666, 13.0),
) ),
], ],
), ),
); );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment