diff --git a/store/common.js b/store/common.js index 0f51938..b52e33a 100644 --- a/store/common.js +++ b/store/common.js @@ -72,7 +72,7 @@ export const useCommonStore = defineStore("common", { let resversion = (b.split('.').join('')) * 1 console.log('當前版本-' + appversion, '接口版本-' + resversion, '返回-' + this.isIosExamine, '判斷值-' + this .isExamines) - if (this.compare(appversion, resversion)) { + if (this.compare(appversion, resversion) == 1) { // 再審核 this.isExamines = 1 }