{{each reminderlist as item index}}
<p>
<span class="green" id="show-option" title="slide down on show"
<a href="/Detail/{{item.Id}}">{{item.Name}}({{item.BirthDay}})</a>
将于{{item.CountDay}}天后生日
</span>
</p>
{{/each}}
这样一段代码,现在要实现的功能是判断item.BirthDay这个变量,根据值的不同,吧“将于{{item.CountDay}}天后生日” 改为“今天生日”“本周生日”
不知道怎么在这里进行逻辑判断
慕容3067478
相关分类