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) {