更新新版控制

This commit is contained in:
wyf
2025-12-30 15:58:19 +08:00
parent 1dcef1090d
commit 36f19a71eb
20 changed files with 359 additions and 71 deletions

View File

@@ -137,7 +137,10 @@ class _HomePageState extends State<MainPageBBottomChange>
cancelName = "退出".tr;
}
showCustomConfirmOfWebViewDialog(context, "隐私协议".tr, getPrivacy(1),
btnName: btnName, showCancel: true, cancelName: cancelName)
btnName: btnName,
showCancel: true,
cancelName: cancelName,
type: 3)
.then((e) {
if (e == "confirm") {
getStorage.write("isShowYingShiDialog", "true");