陈剑华

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

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