From 3a95b811358d8be3e5ab2cd29ee5d028ce5f9ef2 Mon Sep 17 00:00:00 2001 From: zhaoyongnian <541231643@qq.com> Date: Tue, 26 May 2020 15:35:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/toRegister/toRegister.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pages/toRegister/toRegister.js b/pages/toRegister/toRegister.js index 905baf8..d138885 100644 --- a/pages/toRegister/toRegister.js +++ b/pages/toRegister/toRegister.js @@ -12,14 +12,14 @@ Page({ height: app.globalData.height * 2 + 20, }, onLoad: function (options) { - wx.setNavigationBarColor({ - frontColor: '#ffffff', - backgroundColor: '#FC383B', - animation: { - duration: 400, - timingFunc: 'easeIn' - } - }) + // wx.setNavigationBarColor({ + // frontColor: '#ffffff', + // backgroundColor: '#FC383B', + // animation: { + // duration: 400, + // timingFunc: 'easeIn' + // } + // }) let that = this const versionNum = '1.1.2' api.getScanSwitch(versionNum).then(function (res) {