Skip to content

Commit

Permalink
update integration
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnylqm committed Jan 15, 2024
1 parent 2b6c203 commit a039e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/pages/docs/integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a039e5d

Please sign in to comment.