去掉邮箱的 .

This commit is contained in:
2026-05-22 13:04:52 +08:00
parent 83f2e0163f
commit 27057e0fef

View File

@@ -958,7 +958,7 @@ function article_con() {
} }
if (j_authior[i].is_report == '1') { if (j_authior[i].is_report == '1') {
rep += '*' rep += '*'
mes = ' (<a href="mailto:' + j_authior[i].email + '."><img src="img/email.png"></a>) ' mes = ' (<a href="mailto:' + j_authior[i].email + '"><img src="img/email.png"></a>) '
Corr_Auth += '&nbsp;' + j_authior[i].author_name + ','; Corr_Auth += '&nbsp;' + j_authior[i].author_name + ',';
Corr_Emai += '&nbsp;' + j_authior[i].email + ','; Corr_Emai += '&nbsp;' + j_authior[i].email + ',';
report_num += 1; report_num += 1;