fix: 首页ota更新失败弹窗增加关闭按钮

This commit is contained in:
2026-06-29 15:44:52 +08:00
parent 5c74edf001
commit 422a93dbe2
+1 -1
View File
@@ -177,7 +177,7 @@ const handleUpdateClick = async () => {
<!-- 关闭按钮仅新版本状态非强制更新时位于弹窗下方 --> <!-- 关闭按钮仅新版本状态非强制更新时位于弹窗下方 -->
<view <view
v-if="isNewVersion && !forceUpdate" v-if="(isNewVersion || isFailure) && !forceUpdate"
class="ota-close-below" class="ota-close-below"
@click="emit('close')" @click="emit('close')"
> >