From fd56db722fa7c0a7b1ec139072757ba23da002ce Mon Sep 17 00:00:00 2001 From: lihenian <2629534615@qq.com> Date: Fri, 24 Jul 2020 18:01:42 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E7=89=88=E6=9C=AC1.4.18=20=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E7=AD=BE=E5=88=B0=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/toRegister/toRegister.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/toRegister/toRegister.js b/pages/toRegister/toRegister.js index 28e8c99..497f2f5 100644 --- a/pages/toRegister/toRegister.js +++ b/pages/toRegister/toRegister.js @@ -21,7 +21,7 @@ Page({ // } // }) let that = this - const versionNum = "1.4.17" + const versionNum = "1.4.18" api.getScanSwitch(versionNum).then(function (res) { console.log(res.data) let state = res.data.scanFlag From 74b6e7bd7c6323f6cb5b0871feadf12672564bae Mon Sep 17 00:00:00 2001 From: lihenian <2629534615@qq.com> Date: Mon, 27 Jul 2020 13:56:30 +0800 Subject: [PATCH 2/2] =?UTF-8?q?project.config.json=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project.config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.config.json b/project.config.json index 04c5824..6f2a731 100644 --- a/project.config.json +++ b/project.config.json @@ -30,7 +30,7 @@ "compileType": "miniprogram", "libVersion": "2.8.2", "appid": "wx6dcf544cdae7d4ec", - "projectname": "%E7%B2%BE%E8%87%B4%E9%94%A6%E6%B0%B4-%E5%B1%85%E6%B0%91%E7%AB%AF", + "projectname": "%E7%B2%BE%E8%87%B4%E9%94%A6%E6%B0%B4-%E5%B1%85%E6%B0%9 1%E7%AB%AF", "debugOptions": { "hidedInDevtools": [] },