更新ui
This commit is contained in:
@@ -346,7 +346,9 @@ class _SettingPageState extends State<SettingPage> {
|
||||
onTap: () {
|
||||
// TopSlideNotification.show(context,
|
||||
// text: "待开发功能".tr);
|
||||
Get.toNamed("/userSchemePage");
|
||||
// Get.toNamed("/userSchemePage");
|
||||
Get.toNamed("/userPolicyPageNew",
|
||||
arguments: getPrivacy(2));
|
||||
},
|
||||
child: Container(
|
||||
child: Padding(
|
||||
@@ -395,7 +397,9 @@ class _SettingPageState extends State<SettingPage> {
|
||||
onTap: () {
|
||||
// TopSlideNotification.show(context,
|
||||
// text: "待开发功能".tr);
|
||||
Get.toNamed("/privacyPage");
|
||||
// Get.toNamed("/privacyPage");
|
||||
Get.toNamed("/privacyPolicyPageNew",
|
||||
arguments: getPrivacy(1));
|
||||
},
|
||||
child: Container(
|
||||
child: Padding(
|
||||
@@ -544,21 +548,21 @@ class _SettingPageState extends State<SettingPage> {
|
||||
),
|
||||
Padding(
|
||||
padding: EdgeInsetsDirectional.fromSTEB(
|
||||
0.rpx, 100.rpx, 0.rpx, 0),
|
||||
0.rpx, 50.rpx, 0.rpx, 100.rpx),
|
||||
child: ClickableContainer(
|
||||
borderRadius:
|
||||
AppConstants().button_container_radius, // 圆角半径
|
||||
onTap: () {},
|
||||
backgroundColor:
|
||||
Colors.transparent, // 渐变色是同一个色,也可以根据需要调整
|
||||
highlightColor: themeController.currentColor.sc5,
|
||||
highlightColor: Colors.transparent,
|
||||
padding: EdgeInsetsDirectional.fromSTEB(
|
||||
0.rpx, 0.rpx, 0.rpx, 0),
|
||||
child: Container(
|
||||
width:
|
||||
// MediaQuery.sizeOf(context).width * 0.66,
|
||||
bodySize.maxWidth,
|
||||
height: MediaQuery.sizeOf(context).height * 0.055,
|
||||
// height: MediaQuery.sizeOf(context).height * 0.055,
|
||||
constraints: BoxConstraints(
|
||||
minWidth: 500.rpx,
|
||||
minHeight: 90.rpx,
|
||||
@@ -568,7 +572,7 @@ class _SettingPageState extends State<SettingPage> {
|
||||
mainAxisAlignment: MainAxisAlignment.center,
|
||||
children: [
|
||||
Text(
|
||||
'ICP备案号:皖ICP备2024068219号-1A'.tr,
|
||||
'icp备案号'.tr,
|
||||
style: TextStyle(
|
||||
color: themeController.currentColor.sc4,
|
||||
fontFamily: 'Inter',
|
||||
@@ -579,9 +583,9 @@ class _SettingPageState extends State<SettingPage> {
|
||||
),
|
||||
Text(
|
||||
AppConstants().ent_type == 1
|
||||
? 'Copyright © 2022-2025 嘉兴太和信息技术有限责任公司 版权所有'
|
||||
.tr
|
||||
: "Copyright © 2019-2029 合肥眠花糖家具有限责任公司 版权所有",
|
||||
? '公司信息'.tr.tr
|
||||
: "Copyright © 2019-2029 合肥眠花糖家具有限责任公司 版权所有"
|
||||
.tr,
|
||||
style: TextStyle(
|
||||
color: themeController.currentColor.sc4,
|
||||
fontFamily: 'Inter',
|
||||
|
||||
Reference in New Issue
Block a user