提交 357eec95 作者: 方治民

fix: 修复版本更新升级后引起的判断异常问题及字体显示

上级 91691974
...@@ -498,7 +498,8 @@ ...@@ -498,7 +498,8 @@
background-color: #fff; background-color: #fff;
box-sizing: border-box; box-sizing: border-box;
padding: 0 50rpx; padding: 0 50rpx;
font-family: Source Han Sans CN; font-family: -apple-system-font, BlinkMacSystemFont, 'Droid Sans', 'Noto Sans', 'PingFang SC', 'Heiti SC',
'Helvetica Neue', Helvetica, Arial, 'Microsoft YaHei', SimSun, sans-serif;
} }
.text { .text {
......
...@@ -11,7 +11,7 @@ export function checkUpgrade(toast = false) { ...@@ -11,7 +11,7 @@ export function checkUpgrade(toast = false) {
} }
checkVersion() checkVersion()
.then((res) => { .then((res) => {
if (toast && res?.result?.code === 0) { if (toast && res?.code === 0) {
Message.toast('已是最新版本~') Message.toast('已是最新版本~')
} }
}) })
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论