Commit 81b680e5 authored by tongzifang's avatar tongzifang

fix

parent 4dd5279e
...@@ -84,14 +84,13 @@ class _UserFeedBackPageState extends State<UserFeedBackPage> { ...@@ -84,14 +84,13 @@ class _UserFeedBackPageState extends State<UserFeedBackPage> {
child: Row( child: Row(
children: [ children: [
Expanded( Expanded(
child: Center( child: Text(
child: Text(
(SpUtil.getInt("isOnlineService") ?? 1) != 0 (SpUtil.getInt("isOnlineService") ?? 1) != 0
? UserFeedBackString.feedback_tip2 ? UserFeedBackString.feedback_tip2
: UserFeedBackString.feedback_tip, : UserFeedBackString.feedback_tip,
style: const TextStyle( style: const TextStyle(
color: Color(0xFFFB8633), fontSize: 12), color: Color(0xFFFB8633), fontSize: 12),
)), ),
), ),
// 根据条件显示右边的组件 // 根据条件显示右边的组件
if ((SpUtil.getInt("isOnlineService") ?? 1) != 0) if ((SpUtil.getInt("isOnlineService") ?? 1) != 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