From 68527579907393ecdbf6b63f5e2664e9b33cf0a4 Mon Sep 17 00:00:00 2001 From: lihenian <2629534615@qq.com> Date: Thu, 20 Aug 2020 13:20:14 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC1.4.28=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E5=BF=97=E6=84=BF=E8=80=85=E8=AE=A4=E8=AF=81-=E8=87=AA?= =?UTF-8?q?=E6=88=91=E4=BB=8B=E7=BB=8D=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/toRegister/toRegister.js | 2 +- project.config.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/toRegister/toRegister.js b/pages/toRegister/toRegister.js index f83c7a9..44d9fe2 100644 --- a/pages/toRegister/toRegister.js +++ b/pages/toRegister/toRegister.js @@ -21,7 +21,7 @@ Page({ // } // }) let that = this - const versionNum = "1.4.27" + const versionNum = "1.4.28" api.getScanSwitch(versionNum).then(function (res) { console.log(res.data) let state = res.data.scanFlag diff --git a/project.config.json b/project.config.json index 97977e3..beae865 100644 --- a/project.config.json +++ b/project.config.json @@ -17,15 +17,15 @@ "checkInvalidKey": true, "checkSiteMap": true, "uploadWithSourceMap": true, + "compileHotReLoad": false, "babelSetting": { "ignore": [], "disablePlugins": [], "outputPath": "" }, + "useIsolateContext": true, "useCompilerModule": false, - "userConfirmedUseCompilerModuleSwitch": false, - "compileHotReLoad": false, - "useIsolateContext": true + "userConfirmedUseCompilerModuleSwitch": false }, "compileType": "miniprogram", "libVersion": "2.8.2",