陈剑华

fix: 产品走查:rmhTitle组件关注ui

... ... @@ -223,6 +223,7 @@ export struct RmhTitle {
Image($r('app.media.rmh_follow'))
.width(16)
.height(16)
.margin({right: 3})
}
Text(Number(this.followStatus) === 0 ? '关注' : '已关注')
... ...