调整显示次序
This commit is contained in:
parent
dfc4ec37a4
commit
29311fede4
|
@ -23,6 +23,14 @@
|
|||
</div>
|
||||
<?php endif; ?>
|
||||
|
||||
</div>
|
||||
<?php echo $this->form; ?>
|
||||
<?php if ($this->test) : ?>
|
||||
<div>测试结果:<br />
|
||||
<?= $this->escape($this->test) ?>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
|
||||
<?php if ($this->deal) : ?>
|
||||
<div id="mdlist">
|
||||
已处理数据:
|
||||
|
@ -33,11 +41,4 @@
|
|||
</ul>
|
||||
<?php endforeach; ?>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
<?php echo $this->form; ?>
|
||||
<?php if ($this->test) : ?>
|
||||
<div>测试结果:<br />
|
||||
<?= $this->escape($this->test) ?>
|
||||
</div>
|
||||
<?php endif; ?>
|
Loading…
Reference in New Issue