更新新版控制
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user