|
|
@ -462,8 +462,7 @@ |
|
|
<div class="qr-section"> |
|
|
<div class="qr-section"> |
|
|
<div class="section-header" onclick="toggleSection('${sectionId}')" style="cursor: pointer; display: flex; justify-content: space-between; align-items: center; padding: 10px; background-color: #f8f9fa; border-radius: 8px; margin-bottom: 10px;"> |
|
|
<div class="section-header" onclick="toggleSection('${sectionId}')" style="cursor: pointer; display: flex; justify-content: space-between; align-items: center; padding: 10px; background-color: #f8f9fa; border-radius: 8px; margin-bottom: 10px;"> |
|
|
<div> |
|
|
<div> |
|
|
<h3 style="margin: 0; font-size: 16px; color: #333;">${inviterName}</h3> |
|
|
<div style="font-size: 12px; color: #666;"> |
|
|
<div style="font-size: 12px; color: #666; margin-top: 4px;"> |
|
|
|
|
|
<p style="margin: 2px 0;">主体名称: ${inviterQrCodes[0].company || '未知'}</p> |
|
|
<p style="margin: 2px 0;">主体名称: ${inviterQrCodes[0].company || '未知'}</p> |
|
|
<p style="margin: 2px 0;">电话号码: ${inviterQrCodes[0].phoneNumber || '未知'}</p> |
|
|
<p style="margin: 2px 0;">电话号码: ${inviterQrCodes[0].phoneNumber || '未知'}</p> |
|
|
<p style="margin: 2px 0;">开具日期: ${inviterQrCodes[0].createdAt || '未知'}</p> |
|
|
<p style="margin: 2px 0;">开具日期: ${inviterQrCodes[0].createdAt || '未知'}</p> |
|
|
|