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 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": [] },