|
@@ -49,8 +49,8 @@ class WelcomeView extends GetView<WelcomeController> {
|
|
bool? result = await controllers.dialog.showNormalDialog(
|
|
bool? result = await controllers.dialog.showNormalDialog(
|
|
title: "提示",
|
|
title: "提示",
|
|
content: controller.verModes.value.appmsg ?? "有更新",
|
|
content: controller.verModes.value.appmsg ?? "有更新",
|
|
- cancelText: "取消",
|
|
|
|
- enterText: "确认",
|
|
|
|
|
|
+ cancelText: "不更新",
|
|
|
|
+ enterText: "更新",
|
|
);
|
|
);
|
|
if (result != null && result) {
|
|
if (result != null && result) {
|
|
// User pressed "确认"
|
|
// User pressed "确认"
|