Browse Source

优化

master
zhaoyongnian 5 years ago
parent
commit
3a95b81135
  1. 16
      pages/toRegister/toRegister.js

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

Loading…
Cancel
Save