From a039e5d4e7dc4271752674dbaa9b3c2a4a792429 Mon Sep 17 00:00:00 2001 From: sunnylqm Date: Mon, 15 Jan 2024 17:05:24 +0800 Subject: [PATCH] update integration --- site/pages/docs/integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/pages/docs/integration.md b/site/pages/docs/integration.md index 03604d0..db7edde 100644 --- a/site/pages/docs/integration.md +++ b/site/pages/docs/integration.md @@ -220,7 +220,7 @@ export default class MyProject extends Component { ]); } else if (info.upToDate) { Alert.alert("提示", "您的应用版本已是最新."); - } else { + } else if (info.update) { Alert.alert( "提示", "检查到新的版本" + info.name + ",是否下载?\n" + info.description,