陈剑华

fix: 兴趣卡选择后蒙层加深

@@ -156,7 +156,7 @@ export struct ZhSingleColumn09 { @@ -156,7 +156,7 @@ export struct ZhSingleColumn09 {
156 .width('100%') 156 .width('100%')
157 .height('100%') 157 .height('100%')
158 .backgroundColor('rgba(0, 0, 0, 1)') 158 .backgroundColor('rgba(0, 0, 0, 1)')
159 - .opacity(0.4) 159 + .opacity(this.activeIndexs.includes(index) ? 0.8 : 0.4)
160 .borderRadius(3) 160 .borderRadius(3)
161 161
162 Text(item.newsTitle) 162 Text(item.newsTitle)