Commit 96ab70df authored by chenqikuai's avatar chenqikuai

fix

parent bb1a00ac
...@@ -47,7 +47,7 @@ export default defineComponent({ ...@@ -47,7 +47,7 @@ export default defineComponent({
const btn = ref<HTMLButtonElement | null>(null) const btn = ref<HTMLButtonElement | null>(null)
const getNewestApp = () => { const getNewestApp = () => {
new Bridge().getNewestApp({ new Bridge().bridge_getNewestApp({
status: 1, // 0代表强制更新 1代表普通更新 status: 1, // 0代表强制更新 1代表普通更新
modifyContent: '代表本次更新的修改内容', // 代表本次更新的修改内容 modifyContent: '代表本次更新的修改内容', // 代表本次更新的修改内容
versionCode: '版本号', // 版本号 versionCode: '版本号', // 版本号
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment