Commit 81b680e5 authored by tongzifang's avatar tongzifang

fix

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