|
|
@ -85,12 +85,12 @@ |
|
|
|
<td style="height: 50px;">后期影像</td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td><img src="${item.maxImages}" alt="前期影像1" style="width: 330px; height: 290px;"/></td> |
|
|
|
<td><img src="${item.images}" alt="前期影像2" style="width: 330px; height: 290px;"/></td> |
|
|
|
<td><img src="${item.mateSourceImgUrl?if_exists}" alt="前期影像1" style="width: 330px; height: 290px;"/></td> |
|
|
|
<td><img src="${item.images?if_exists}" alt="前期影像2" style="width: 330px; height: 290px;"/></td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td><img src="${item.maxMateSourceImgUrl}" alt="后期影像1" style="width: 330px; height: 290px;"/></td> |
|
|
|
<td><img src="${item.mateSourceImgUrl}" alt="后期影像2" style="width: 330px; height: 290px;"/></td> |
|
|
|
<td><img src="${item.maxMateSourceImgUrl?if_exists}" alt="后期影像1" style="width: 330px; height: 290px;"/></td> |
|
|
|
<td><img src="${item.maxImages?if_exists}" alt="后期影像2" style="width: 330px; height: 290px;"/></td> |
|
|
|
</tr> |
|
|
|
</tbody> |
|
|
|
</table> |
|
|
|