feat: 版本升级弹窗

This commit is contained in:
李强
2023-11-23 16:19:35 +08:00
parent 0131d31808
commit 2baba8e36f
5 changed files with 275 additions and 257 deletions

View File

@@ -76,10 +76,10 @@ const delayShow = () => {
};
// 页面加载时
onMounted(() => {
// delayShow();
// setTimeout(() => {
// state.btnTxt = t('message.upgrade.btnTwo');
// }, 200);
delayShow();
setTimeout(() => {
state.btnTxt = t('message.upgrade.btnTwo');
}, 200);
});
</script>