|
|
@ -52,8 +52,10 @@ class _UserPageState extends State<UserPage> {
|
|
|
|
_getSwitch(Assets.icons.switch1.path, "功能开关", true),
|
|
|
|
_getSwitch(Assets.icons.switch1.path, "功能开关", true),
|
|
|
|
_getSwitch(Assets.icons.privacy.path, "隐私政策", false),
|
|
|
|
_getSwitch(Assets.icons.privacy.path, "隐私政策", false),
|
|
|
|
_getSwitch(Assets.icons.permissions.path, "权限说明", false),
|
|
|
|
_getSwitch(Assets.icons.permissions.path, "权限说明", false),
|
|
|
|
|
|
|
|
_getSwitch(Assets.icons.sms.path, "短信标签", false),
|
|
|
|
// const Spacer(),
|
|
|
|
// const Spacer(),
|
|
|
|
182.hb,
|
|
|
|
182.hb,
|
|
|
|
|
|
|
|
tooken?
|
|
|
|
PloneBottom(
|
|
|
|
PloneBottom(
|
|
|
|
border: false,
|
|
|
|
border: false,
|
|
|
|
onTap: () {
|
|
|
|
onTap: () {
|
|
|
@ -63,7 +65,7 @@ class _UserPageState extends State<UserPage> {
|
|
|
|
color1: const Color(0xFFEBF5FF),
|
|
|
|
color1: const Color(0xFFEBF5FF),
|
|
|
|
color2: const Color(0xFFEBF5FF),
|
|
|
|
color2: const Color(0xFFEBF5FF),
|
|
|
|
text: "退出登录",
|
|
|
|
text: "退出登录",
|
|
|
|
)
|
|
|
|
):const SizedBox()
|
|
|
|
]),
|
|
|
|
]),
|
|
|
|
);
|
|
|
|
);
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -82,7 +84,7 @@ class _UserPageState extends State<UserPage> {
|
|
|
|
crossAxisAlignment: CrossAxisAlignment.start,
|
|
|
|
crossAxisAlignment: CrossAxisAlignment.start,
|
|
|
|
children: [
|
|
|
|
children: [
|
|
|
|
Text(
|
|
|
|
Text(
|
|
|
|
tooken ? "登录/注册" : "xxxxx",
|
|
|
|
tooken? "xxxxx": "登录/注册" ,
|
|
|
|
style: TextStyle(
|
|
|
|
style: TextStyle(
|
|
|
|
fontSize: BaseStyle.fontSize48,
|
|
|
|
fontSize: BaseStyle.fontSize48,
|
|
|
|
color: BaseStyle.color333333,
|
|
|
|
color: BaseStyle.color333333,
|
|
|
|