From c1f1e7007bdf90f4e8ca4971b6b9186a9e8ceeaa Mon Sep 17 00:00:00 2001 From: lihenian <2629534615@qq.com> Date: Mon, 15 Jun 2020 14:30:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=9A=E7=BE=A41+1=20=E7=BE=A4=E8=83=8C?= =?UTF-8?q?=E6=99=AF=E8=89=B2=E9=A2=9C=E8=89=B2=E5=8F=98=E6=B7=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/toRegister/toRegister.js | 2 +- .../associationNew/components/communityList/communityList.wxss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;