diff --git a/pages/toRegister/toRegister.js b/pages/toRegister/toRegister.js index e6b9121..e3ffef9 100644 --- a/pages/toRegister/toRegister.js +++ b/pages/toRegister/toRegister.js @@ -21,7 +21,7 @@ Page({ // } // }) let that = this - const versionNum = '1.4.2' + const versionNum = '1.4.3' api.getScanSwitch(versionNum).then(function (res) { console.log(res.data) let state = res.data.scanFlag diff --git a/subpages/associationNew/components/communityList/communityList.wxss b/subpages/associationNew/components/communityList/communityList.wxss index dddab1a..eef74e0 100644 --- a/subpages/associationNew/components/communityList/communityList.wxss +++ b/subpages/associationNew/components/communityList/communityList.wxss @@ -19,7 +19,7 @@ width: 100%; height: 100%; position: absolute; - background: rgba(0, 0, 0, 0.6); + background: rgba(0, 0, 0, 0.1); border-radius: 10rpx; text-align: center; display: flex;