fix:修复增值服务不出现的问题

This commit is contained in:
anfe 2024-06-07 15:15:58 +08:00
parent 3467094050
commit de98d9270e
2 changed files with 1 additions and 1 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@ -313,7 +313,7 @@ class _MineSetPageState extends State<MineSetPage>
Navigator.pushNamed(
context, Routers.aPPUnlockNeedMobileNetworkingLockPage);
}),
if (!F.isLite && widget.showAbout)
if (!F.isLite)
CommonItem(
leftTitel: TranslationLoader.lanKeys!.valueAddedServices!.tr,
isHaveLine: true,