Browse Source

党群1+1 群背景色颜色变淡

master tagv1.4.3
lihenian 5 years ago
parent
commit
c1f1e7007b
  1. 2
      pages/toRegister/toRegister.js
  2. 2
      subpages/associationNew/components/communityList/communityList.wxss

2
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

2
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;

Loading…
Cancel
Save