【问题标题】:when i am trying to execute aura if in component it is not working当我尝试在组件中执行 aura 时它不起作用
【发布时间】:2021-04-22 13:07:42
【问题描述】:

当我执行我的光环时:如果它不工作,下面是代码和错误 谁能帮我解决这个问题。 提前致谢。 enter image description here

this is error I am getting

this is code in component

this is code in controller

this is code in helper

【问题讨论】:

    标签: salesforce-lightning


    【解决方案1】:

    使用此代码:

    <aura:if isTrue="{!v.checkBoxvalue">
      Your code..
     </aura:if>
    

    不需要用字符串检查布尔值。

    【讨论】:

      猜你喜欢
      • 2018-09-08
      • 2021-10-29
      • 1970-01-01
      • 2022-06-11
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多