From f67ff84af37c6d7468602b6fdf094b77898402fd Mon Sep 17 00:00:00 2001 From: GaoHao <1210693421@qq.com> Date: Mon, 20 Jan 2025 11:15:28 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=E6=9B=B4=E6=96=B0=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- store/common.js | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/store/common.js b/store/common.js index cd70bab..79e492d 100644 --- a/store/common.js +++ b/store/common.js @@ -67,15 +67,8 @@ export const useCommonStore = defineStore("common", { } }, setversion(a, b) { - // a是當前應用的版本號 b是接口拿的 - // console.log('當前版本-' + appversion, '接口版本-' + resversion, '返回-' + this.isIosExamine, '判斷值-' + this - // .isExamines) - // 再審核 return new Promise(async (resolve, reject) => { - // a是當前應用的版本號 b是接口拿的 - // console.log('當前版本-' + appversion, '接口版本-' + resversion, '返回-' + this.isIosExamine, '判斷值-' + this - // .isExamines) - // 再審核 + // console.log('當前版本-' + a, '接口版本-' + b, '判斷值-' + this.isExamines) this.isExamines = await this.compare(a, b) resolve(this.isExamines) })