您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

7 行
154B

  1. {% set item = entity.instance %}
  2. {% if item.orderPayment is not null %}
  3. {{ item.orderPayment.comment }}
  4. {% else %}
  5. {{ item.comment }}
  6. {% endif %}