rebase: 优化代码,移动模型

This commit is contained in:
bietiaop 2024-07-26 16:45:15 +08:00
parent 47e76adf80
commit 52b9a5b1b3
10 changed files with 653 additions and 459 deletions

View file

@ -177,7 +177,7 @@
<% } %>
</div>
{{if damagelist}}
{{if charData.damages && charData.damages.length}}
<div class="title damage-title">
<% include(sys.specialTitle, {en: 'DAMAGE' , cn: '伤害统计' }) %>
</div>
@ -190,7 +190,7 @@
</tr>
</thead>
<tbody>
{{each damagelist damage}}
{{each charData.damages damage}}
<tr>
<td>{{damage.title}}</td>
<td>{{damage.value.cd.toFixed(0)}}</td>