Browse Source

隐藏关注

ios
王子贤 3 months ago
parent
commit
0e15144647
1 changed files with 21 additions and 21 deletions
  1. 42
      lib/pages/home/user_information_page.dart

42
lib/pages/home/user_information_page.dart

@ -432,7 +432,7 @@ class UserInformationPage extends StatelessWidget {
children: [
TDButton(
text: '发消息',
width: 240.w,
width: 350.w,
size: TDButtonSize.medium,
type: TDButtonType.fill,
shape: TDButtonShape.round,
@ -486,26 +486,26 @@ class UserInformationPage extends StatelessWidget {
}
},
),
const SizedBox(width: 10),
TDButton(
text: '关注',
width: 90,
size: TDButtonSize.medium,
type: TDButtonType.fill,
shape: TDButtonShape.round,
textStyle: TextStyle(fontSize: 14, color: Colors.white),
style: TDButtonStyle(
textColor: Colors.white,
backgroundColor: Color(0xFF7562F9),
),
activeStyle: TDButtonStyle(
textColor: Colors.white,
backgroundColor: Color(0xC37562F9),
),
onTap: (){
// controller.tabIndex.value = 1;
},
)
// const SizedBox(width: 10),
// TDButton(
// text: '关注',
// width: 90,
// size: TDButtonSize.medium,
// type: TDButtonType.fill,
// shape: TDButtonShape.round,
// textStyle: TextStyle(fontSize: 14, color: Colors.white),
// style: TDButtonStyle(
// textColor: Colors.white,
// backgroundColor: Color(0xFF7562F9),
// ),
// activeStyle: TDButtonStyle(
// textColor: Colors.white,
// backgroundColor: Color(0xC37562F9),
// ),
// onTap: (){
// // controller.tabIndex.value = 1;
// },
// )
],
),
)

Loading…
Cancel
Save