cy
2022-06-21 129904537f66509f97b285e7eb4f42b3dc349dd0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[#if info?? && info.datas?? && info.datas?size>0]
[#list info.datas as user]
<a href="${base}/ewyw/ewKnowledge/ewknowZjhyList.html?id=${user.ID}">
<div class="doctor">
    <span></span>
    <label>
        <h2>${user.ZSXM}</h2>
        <em>${user.KM_SCORE}分</em>${user.DQDJ}:
        [#if user.djtype == 1]<i></i>[/#if]
        [#if user.djtype == 2]<i></i><i></i>[/#if]
        [#if user.djtype == 3]<i></i><i></i><i></i>[/#if]
        [#if user.djtype == 4]<i></i><i></i><i></i><i></i>[/#if]
    </label>
</div></a>
[/#list]
[/#if]