HarmonyOS @build组件传参数据没有刷新

HarmonyOS
1天前
浏览
收藏 0
回答 1
待解决
回答 1
按赞同
/
按时间
Excelsior_abit
ForEach(this.pushNews, (item: PushNewsBean) => {
          if (item.Type == 1) {
            this.TestComponent({ pushNews: item, newsType: this.newsType })
          } else {
            this.TestComponent({ pushNews: item, newsType: this.newsType })
          }
        }, (item: PushNewsBean, index: number) => `${item?.Type}-${index}`)

 @Builder
  TestComponent(item: PushNewsPrams) {
    Text(item?.pushNews?.SharCount)
  }
class PushNewsPrams {
  pushNews: Partial<PushNewsBean> = {}
  newsType: number = 0
}
分享
微博
QQ
微信
回复
1天前
相关问题
HarmonyOS Web runJavaScript 如何参数
82浏览 • 1回复 待解决
HarmonyOS 参数参问题
113浏览 • 1回复 待解决
HarmonyOS List组件动态刷新数据问题
1077浏览 • 1回复 待解决
HarmonyOS Navigation回数据
19浏览 • 1回复 待解决
HarmonyOS关于AXIOS动态参数问题
623浏览 • 1回复 待解决
从ArkTs向Native复杂参数---List参数
904浏览 • 1回复 待解决
Swiper 组件嵌套图片刷新数据会闪烁
1281浏览 • 1回复 待解决
HarmonyOS 路由页面接收回参数方式
1121浏览 • 1回复 待解决
xargs命令中多个参数实例?
9634浏览 • 1回复 待解决
HarmonyOS List怎么刷新数据
51浏览 • 1回复 待解决