|
|
@ -245,60 +245,63 @@ class _UserHelpCenterPageState extends State<UserHelpCenterPage> { |
|
|
], |
|
|
], |
|
|
), |
|
|
), |
|
|
), |
|
|
), |
|
|
Container( |
|
|
|
|
|
height: 40.w, |
|
|
|
|
|
padding: EdgeInsets.symmetric( |
|
|
|
|
|
vertical: 10.w |
|
|
|
|
|
), |
|
|
|
|
|
child: Row( |
|
|
|
|
|
children: [ |
|
|
|
|
|
Expanded( |
|
|
|
|
|
child: Row( |
|
|
|
|
|
mainAxisAlignment: MainAxisAlignment.center, |
|
|
|
|
|
children: [ |
|
|
|
|
|
Image.asset( |
|
|
|
|
|
Assets.imagesEdit, |
|
|
|
|
|
width: 15.w, |
|
|
|
|
|
), |
|
|
|
|
|
SizedBox(width: 9.w,), |
|
|
|
|
|
Text( |
|
|
|
|
|
"意见反馈", |
|
|
|
|
|
style: TextStyle( |
|
|
|
|
|
fontSize: 16.w, |
|
|
|
|
|
fontWeight: FontWeight.w500 |
|
|
|
|
|
), |
|
|
|
|
|
) |
|
|
|
|
|
], |
|
|
|
|
|
|
|
|
], |
|
|
|
|
|
), |
|
|
|
|
|
), |
|
|
|
|
|
bottomNavigationBar: |
|
|
|
|
|
SafeArea( |
|
|
|
|
|
child: SizedBox( |
|
|
|
|
|
height: 40.w, |
|
|
|
|
|
child: Row( |
|
|
|
|
|
children: [ |
|
|
|
|
|
Expanded( |
|
|
|
|
|
child: Row( |
|
|
|
|
|
crossAxisAlignment: CrossAxisAlignment.center, |
|
|
|
|
|
mainAxisAlignment: MainAxisAlignment.center, |
|
|
|
|
|
children: [ |
|
|
|
|
|
Image.asset( |
|
|
|
|
|
Assets.imagesEdit, |
|
|
|
|
|
width: 15.w, |
|
|
), |
|
|
), |
|
|
), |
|
|
|
|
|
Container( |
|
|
|
|
|
width: 1, |
|
|
|
|
|
height: 20.w, |
|
|
|
|
|
color: const Color.fromRGBO(230, 230, 230, 1), |
|
|
|
|
|
), |
|
|
|
|
|
Expanded( |
|
|
|
|
|
child: Row( |
|
|
|
|
|
mainAxisAlignment: MainAxisAlignment.center, |
|
|
|
|
|
children: [ |
|
|
|
|
|
Image.asset( |
|
|
|
|
|
Assets.imagesCustomer, |
|
|
|
|
|
width: 15.w, |
|
|
|
|
|
), |
|
|
|
|
|
SizedBox(width: 9.w,), |
|
|
|
|
|
Text( |
|
|
|
|
|
"联系客服", |
|
|
|
|
|
style: TextStyle( |
|
|
|
|
|
fontSize: 16.w, |
|
|
|
|
|
fontWeight: FontWeight.w500 |
|
|
|
|
|
), |
|
|
|
|
|
) |
|
|
|
|
|
], |
|
|
|
|
|
|
|
|
SizedBox(width: 8.w,), |
|
|
|
|
|
Text( |
|
|
|
|
|
"意见反馈", |
|
|
|
|
|
style: TextStyle( |
|
|
|
|
|
fontSize: 16.w, |
|
|
|
|
|
fontWeight: FontWeight.w500 |
|
|
|
|
|
), |
|
|
|
|
|
) |
|
|
|
|
|
], |
|
|
|
|
|
), |
|
|
|
|
|
), |
|
|
|
|
|
Container( |
|
|
|
|
|
width: 1, |
|
|
|
|
|
height: 20.w, |
|
|
|
|
|
color: const Color.fromRGBO(230, 230, 230, 1), |
|
|
|
|
|
), |
|
|
|
|
|
Expanded( |
|
|
|
|
|
child: Row( |
|
|
|
|
|
crossAxisAlignment: CrossAxisAlignment.center, |
|
|
|
|
|
mainAxisAlignment: MainAxisAlignment.center, |
|
|
|
|
|
children: [ |
|
|
|
|
|
Image.asset( |
|
|
|
|
|
Assets.imagesCustomer, |
|
|
|
|
|
width: 20.w, |
|
|
|
|
|
height: 20.w, |
|
|
), |
|
|
), |
|
|
), |
|
|
|
|
|
], |
|
|
|
|
|
|
|
|
SizedBox(width: 4.w,), |
|
|
|
|
|
Text( |
|
|
|
|
|
"联系客服", |
|
|
|
|
|
style: TextStyle( |
|
|
|
|
|
fontSize: 16.w, |
|
|
|
|
|
fontWeight: FontWeight.w500 |
|
|
|
|
|
), |
|
|
|
|
|
) |
|
|
|
|
|
], |
|
|
|
|
|
), |
|
|
), |
|
|
), |
|
|
) |
|
|
|
|
|
], |
|
|
|
|
|
|
|
|
], |
|
|
|
|
|
), |
|
|
), |
|
|
), |
|
|
), |
|
|
), |
|
|
) |
|
|
) |
|
|
|