mirror of
https://github.com/chatopera/cosin.git
synced 2025-08-01 16:38:02 +08:00
Closed #37 统一性别取值
This commit is contained in:
parent
dc58806c63
commit
faf8da87e4
@ -110,8 +110,8 @@
|
|||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<#if contacts.gender?? && contacts.gender == '1'>男</#if>
|
<#if contacts.gender?? && contacts.gender == '1'>男</#if>
|
||||||
<#if contacts.gender?? && contacts.gender == '2'>女</#if>
|
<#if contacts.gender?? && contacts.gender == '0'>女</#if>
|
||||||
<#if contacts.gender?? && contacts.gender == '0'>未知</#if>
|
<#if contacts.gender?? && contacts.gender == '-1'>未知</#if>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
${contacts.cusbirthday!''}
|
${contacts.cusbirthday!''}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user