HarmonyOS bindPopup里面的message如何指定resource

HarmonyOS
2024-12-24 15:17:29
浏览
收藏 0
回答 1
待解决
回答 1
按赞同
/
按时间
aquaa

直接引用string.json里的内容可以采取以下方式:

string.json

{
  "name": "uuuu",
  "value": "This is a popup with PopupOptions"
}
.bindPopup(this.handlePopup, {
  message: getContext(this).resourceManager.getStringSync($r('app.string.uuuu').id),
  placementOnTop: true,
  showInSubWindow:false,
  primaryButton: {
    value: 'confirm',
    action: () => {
      this.handlePopup = !this.handlePopup
      console.info('confirm Button click')
    }
  },
分享
微博
QQ
微信
回复
2024-12-24 17:45:35
相关问题
HarmonyOS router如何清除指定面的
77浏览 • 1回复 待解决
如何查看mysql表里面的数据?
2599浏览 • 1回复 待解决
HarmonyOS bindPopup如何设置箭头颜色
396浏览 • 1回复 待解决
HarmonyOS bindPopup设置color无效
1030浏览 • 0回复 待解决
HarmonyOS bindPopup如何去掉圆角?
187浏览 • 1回复 待解决
HarmonyOS router销毁指定面的的方法
122浏览 • 1回复 待解决
HarmonyOS Swiper里面的item高度自动刷新
579浏览 • 1回复 待解决
HarmonyOS有没类似Android里面的Fragment
14341浏览 • 4回复 待解决
HarmonyOS 组件.bindPopup属性使用问题
456浏览 • 1回复 待解决
HarmonyOS grid里面的item支持拖动问题
196浏览 • 1回复 待解决
ArkTS里面的?. 是什么意思
2406浏览 • 1回复 待解决
Redis里面的RedLock的定义是什么?
3576浏览 • 1回复 待解决
C++同步调ArkTS里面的方法
1243浏览 • 1回复 待解决