OpenHarmony开源社区
登录
直播中
王辉
7年用户
1281经验值
私信
关注
[问答]
请问鸿蒙的JS UI如何获得当前组件的Value的值?
开启该帖子的消息推送
鸿蒙
鸿蒙的JS UI如何获得当前组件的Value的值和,自定义一个属性customeVal的值
{{
ti
tle}}
此处不一定是Button,有可能是Text,Image,也有可能是list的for循环的组件的值 等其他组件
在JS中代码中,
export default {
data: {
title: ""
},
getVal(e) {
this.title= e.value + e.customeVal;//但没有任何效果,Text没有展示出来
}
}
回帖
(1)
申根换
2022-4-7 11:53:07
{{title}}
export default {
data: {
title: ""
},
getVal(e) {
// 使用json打印e的值
console.log('=============' + JSON.stringify(e))
}
}
{"type":"click","target":{"ref":"8","type":"button","attr":{"customeval":"Test123","value":"哈哈,你好","id":"Text2","debugLine":"pages/index/index:4"},"style":{},"customComponent":false,"event":["click"],"id":"Text2"},"currentTarget":{"ref":"8","type":"button","attr":{"customeval":"Test123","value":"哈哈,你好","id":"Text2","debugLine":"pages/index/index:4"},"style":{},"customComponent":false,"event":["click"],"id":"Text2"},"timestamp":1635818425241}
根据想要那个值就能得到,例如:获取button的value: e.target.attr.value
希望能帮助你。
{{title}}
export default {
data: {
title: ""
},
getVal(e) {
// 使用json打印e的值
console.log('=============' + JSON.stringify(e))
}
}
{"type":"click","target":{"ref":"8","type":"button","attr":{"customeval":"Test123","value":"哈哈,你好","id":"Text2","debugLine":"pages/index/index:4"},"style":{},"customComponent":false,"event":["click"],"id":"Text2"},"currentTarget":{"ref":"8","type":"button","attr":{"customeval":"Test123","value":"哈哈,你好","id":"Text2","debugLine":"pages/index/index:4"},"style":{},"customComponent":false,"event":["click"],"id":"Text2"},"timestamp":1635818425241}
根据想要那个值就能得到,例如:获取button的value: e.target.attr.value
希望能帮助你。
举报
更多回帖
rotate(-90deg);
回复
相关问答
鸿蒙
鸿蒙
应用开发的
JS
UI
框架如何实现高德地图的访问?
2022-04-28
3752
如何用canvas
组件
实现在
JS
UI
上画出连续的线条?
2022-04-02
1607
求助,
鸿蒙
js
如何使用动态style?
2022-06-13
779
鸿蒙
JS
开发接口请求loading怎么解决?
2022-05-10
2349
鸿蒙
应用
ui
布局
2023-09-20
647
请问
鸿蒙
JS
开发
js
里能修改元素css的样式吗?
2022-05-16
2355
求助!
请问
如何在
JS
UI
项目里增加java
UI
页面?
2022-05-10
1817
如何不用wifi_station_scan() 取
得当前
已经连线AP的BSSID?
2024-07-12
92
请问
ADIS16228是否适合低频信号处理0~10hz
2018-08-16
2150
请问
JS
api有获取文件列表的接口么?
2022-03-30
1548
发帖
登录/注册
20万+
工程师都在用,
免费
PCB检查工具
无需安装、支持浏览器和手机在线查看、实时共享
查看
点击登录
登录更多精彩功能!
首页
论坛版块
小组
免费开发板试用
ebook
直播
搜索
登录
×
20
完善资料,
赚取积分