带有 $() 的标签工作得很好,但没有 $ 的值在 IE 中不起作用
<td>${audienceType}</td>
{{if audienceTypeStatus ==null || audienceTypeStatus == 'Declined'}}
<td class="learnButton"></td>
{{else audienceTypeStatus == 'Approved'}}
<td class="greenColorText">${audienceTypeStatus}</td>
{{/if}}
例如,我获取了 AudienceType 的值,但我没有检索我们正在检查 if 语句的 AudienceTypeStatus 的值。