更新微信登录

This commit is contained in:
wyf
2025-08-19 18:00:51 +08:00
parent b2cd46bc7a
commit 2cca7c7716
11 changed files with 211 additions and 76 deletions

View File

@@ -373,6 +373,16 @@ class _DeviceShareListPageState extends State<DeviceShareListPage> {
),
ClickableContainer(
onTap: () async {
if (deviceShareListController.selectedShareInfo ==
null ||
deviceShareListController
.selectedShareInfo.isEmpty) {
TopSlideNotification.show(context,
text: "删除错误提示".tr,
textColor:
themeController.currentColor.sc9);
return;
}
showConfirmDialog(context, Container(), "删除提示".tr,
onConfirm: () async {
if (deviceShareListController

View File

@@ -267,6 +267,7 @@ class _EPageState extends State<DeviceTypePage> {
fontFamily: 'Inter',
fontSize: 26.rpx,
letterSpacing: 0.0,
color: themeController.currentColor.sc3,
),
),
),