|
@@ -43,6 +43,9 @@
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
<tr>
|
|
|
+ <th class="w150">姓名:</th>
|
|
|
+ <td>{$joinin_detail.contacts_name}</td></tr><tr>
|
|
|
+
|
|
|
<th class="w150">{$Think.lang.business_license_number}:</th>
|
|
|
<td>{$joinin_detail.business_licence_number}</td></tr><tr>
|
|
|
|
|
@@ -164,6 +167,12 @@
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
<tr>
|
|
|
+ <th class="w150">姓名:</th>
|
|
|
+ <td>{$joinin_detail.contacts_name}</td></tr><tr>
|
|
|
+
|
|
|
+ </tr>
|
|
|
+
|
|
|
+ <tr>
|
|
|
<th class="w150">{$Think.lang.identification_number}:</th>
|
|
|
<td>{$joinin_detail.business_licence_number}</td></tr><tr>
|
|
|
|
|
@@ -173,8 +182,8 @@
|
|
|
<th>{$Think.lang.identification_photo}:</th>
|
|
|
<td colspan="20">
|
|
|
{notempty name="joinin_detail.business_licence_number_electronic"}
|
|
|
- <a data-lightbox="lightbox-image" href="{:get_store_joinin_imageurl($joinin_detail['business_licence_number_electronic'])}">
|
|
|
- <img src="{:get_store_joinin_imageurl($joinin_detail['business_licence_number_electronic'])}" alt="" height="200"/>
|
|
|
+ <a data-lightbox="lightbox-image" href="{:get_member_idcard_image($joinin_detail['business_licence_number_electronic'])}">
|
|
|
+ <img src="{:get_member_idcard_image($joinin_detail['business_licence_number_electronic'])}" alt="" height="200"/>
|
|
|
</a>
|
|
|
{/notempty}
|
|
|
</td>
|
|
@@ -183,8 +192,8 @@
|
|
|
<th>{$Think.lang.business_author_letter}:</th>
|
|
|
<td colspan="20">
|
|
|
{notempty name="joinin_detail.business_author_letter"}
|
|
|
- <a data-lightbox="lightbox-image" href="{:get_store_joinin_imageurl($joinin_detail['business_author_letter'])}">
|
|
|
- <img src="{:get_store_joinin_imageurl($joinin_detail['business_author_letter'])}" alt="" height="200"/>
|
|
|
+ <a data-lightbox="lightbox-image" href="{:get_member_idcard_image($joinin_detail['business_author_letter'])}">
|
|
|
+ <img src="{:get_member_idcard_image($joinin_detail['business_author_letter'])}" alt="" height="200"/>
|
|
|
</a>
|
|
|
{/notempty}
|
|
|
</td>
|