|
@@ -226,7 +226,7 @@
|
|
|
<script type="text/html" id="appointBookTmpl">
|
|
|
<div class="page-item" code="${title}">
|
|
|
<h2 class="title" code="${title}">${title}</h2>
|
|
|
- {{if !data}}
|
|
|
+ {{if !data || data&&data.length === 0}}
|
|
|
<div class="empty">
|
|
|
<img src="../images/empty.png" alt="空"/>
|
|
|
<p>暂无信息~</p>
|