diff --git a/pages/heartNew/heartNew.wxml b/pages/heartNew/heartNew.wxml index ca14977..a9ccf00 100644 --- a/pages/heartNew/heartNew.wxml +++ b/pages/heartNew/heartNew.wxml @@ -55,13 +55,13 @@ - + - - + + diff --git a/pages/heartNew/heartNew.wxss b/pages/heartNew/heartNew.wxss index 8d31d8e..3bff2fb 100644 --- a/pages/heartNew/heartNew.wxss +++ b/pages/heartNew/heartNew.wxss @@ -295,13 +295,19 @@ button:last-child { position: fixed; left: 0; z-index: 997; - margin-top: 36rpx; display: flex; flex-direction: column; + align-items: center; + justify-content: center; + height: 300rpx; +} +.tab-left .image-small { + width: 186rpx; + height: 92rpx; } -.tab-left image { +.tab-left .image-big { width: 186rpx; - height: 102rpx; + height: 112rpx; } .tab-left .tab { position: relative; @@ -318,13 +324,19 @@ button:last-child { position: fixed; right: 0; z-index: 997; - margin-top: 36rpx; display: flex; flex-direction: column; + align-items: center; + justify-content: center; + height: 300rpx; +} +.tab-right .image-small { + width: 186rpx; + height: 92rpx; } -.tab-right image { +.tab-right .image-big { width: 186rpx; - height: 102rpx; + height: 112rpx; } .tab-right .tab { position: relative; diff --git a/pages/toRegister/toRegister.js b/pages/toRegister/toRegister.js index d3a2209..2baee7d 100644 --- a/pages/toRegister/toRegister.js +++ b/pages/toRegister/toRegister.js @@ -21,7 +21,7 @@ Page({ // } // }) let that = this - const versionNum = "1.6.41" + const versionNum = "1.6.42" api.getScanSwitch(versionNum).then(function (res) { console.log(res.data) let state = res.data.scanFlag