更新微信登录
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -267,6 +267,7 @@ class _EPageState extends State<DeviceTypePage> {
|
||||
fontFamily: 'Inter',
|
||||
fontSize: 26.rpx,
|
||||
letterSpacing: 0.0,
|
||||
color: themeController.currentColor.sc3,
|
||||
),
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user