Skip to content

Commit

Permalink
updated 展示方法调整
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenghaole committed Sep 3, 2024
1 parent 8fc701f commit 0cf08fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions timezone.html
Original file line number Diff line number Diff line change
Expand Up @@ -309,13 +309,13 @@ <h3>印度洋</h3>
if(index==0){
$tbody.append(`<tr>
<td class="country" rowspan="${group[place][country].length}">${item['names'][0]}</td>
<td>${item['names'][1]||'-'}</td>
<td>${item['names'][1]||'-'} ${item['names'][2]||''}</td>
<td class="code">${item['code']}</td>
<td class="J_timezone" data-key="${item['code']}">--:--:--</td>
</tr>`);
}else{
$tbody.append(`<tr>
<td>${item['names'][1]||'-'}</td>
<td>${item['names'][1]||'-'} ${item['names'][2]||''}</td>
<td class="code">${item['code']}</td>
<td class="J_timezone" data-key="${item['code']}">--:--:--</td>
</tr>`);
Expand Down

0 comments on commit 0cf08fc

Please sign in to comment.