From 9e55be76ef286c1145c63f5b06b462b9335aac37 Mon Sep 17 00:00:00 2001 From: lihenian <2629534615@qq.com> Date: Mon, 17 Aug 2020 18:09:46 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC1.4.24=20=E6=88=91=E6=9C=89?= =?UTF-8?q?=E4=BA=8B=E8=AF=B4=E9=A1=B5=E9=9D=A2=E8=B0=83=E6=95=B4=EF=BC=9B?= =?UTF-8?q?=E7=A7=AF=E5=88=86=E7=81=AB=E7=81=ABbanner=20=E8=B0=83=E6=95=B4?= =?UTF-8?q?=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/toRegister/toRegister.js | 2 +- project.config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/toRegister/toRegister.js b/pages/toRegister/toRegister.js index 2ce6db7..2abd9aa 100644 --- a/pages/toRegister/toRegister.js +++ b/pages/toRegister/toRegister.js @@ -21,7 +21,7 @@ Page({ // } // }) let that = this - const versionNum = "1.4.23" + const versionNum = "1.4.24" 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 beae865..bbc1504 100644 --- a/project.config.json +++ b/project.config.json @@ -24,7 +24,7 @@ "outputPath": "" }, "useIsolateContext": true, - "useCompilerModule": false, + "useCompilerModule": true, "userConfirmedUseCompilerModuleSwitch": false }, "compileType": "miniprogram",