From 4e7bfcb14469fb6527935bd3688ec68be48aefe0 Mon Sep 17 00:00:00 2001 From: lihenian <2629534615@qq.com> Date: Tue, 17 Nov 2020 17:42:17 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC1.6.4=20=E6=A8=A1=E5=9D=97?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E5=A2=9E=E5=8A=A0=E6=A0=B7=E5=BC=8F9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/toRegister/toRegister.js | 2 +- project.config.json | 22 +++++++++++++++++++--- 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/pages/toRegister/toRegister.js b/pages/toRegister/toRegister.js index 30b0e52..d22d995 100644 --- a/pages/toRegister/toRegister.js +++ b/pages/toRegister/toRegister.js @@ -21,7 +21,7 @@ Page({ // } // }) let that = this - const versionNum = "1.6.3" + const versionNum = "1.6.4" 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 4af217b..f55cca7 100644 --- a/project.config.json +++ b/project.config.json @@ -29,9 +29,9 @@ "useIsolateContext": true, "useCompilerModule": true, "userConfirmedUseCompilerModuleSwitch": false, - "userConfirmedBundleSwitch": false, "packNpmManually": false, "packNpmRelationList": [], + "userConfirmedBundleSwitch": false, "minifyWXSS": true }, "compileType": "miniprogram", @@ -49,6 +49,14 @@ "simulatorType": "wechat", "simulatorPluginLibVersion": {}, "condition": { + "search": { + "current": -1, + "list": [] + }, + "conversation": { + "current": -1, + "list": [] + }, "plugin": { "list": [] }, @@ -124,10 +132,18 @@ "scene": null }, { - "name": "subpages/oneKeyService/pages/reportIssue/reportIssue", - "pathName": "subpages/oneKeyService/pages/reportIssue/reportIssue", + "id": 9, + "name": "subpages/oneKeyService/pages/index/index", + "pathName": "subpages/oneKeyService/pages/index/index", "query": "", "scene": null + }, + { + "id": -1, + "name": "subpages/oneKeyService/pages/moduleList/moduleList", + "pathName": "subpages/oneKeyService/pages/moduleList/moduleList", + "query": "pid=4d667ea4ff8fb045b03a68a9d24207e9&bannerflag=1&categorycode=notice_jsqf&modulestyle=2&categoryname=锦水清风", + "scene": null } ] }