error.vm 214 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 <div class="alert alert-error"> <h4 class="alert-heading">操作失败</h4> $!{value.result} </div> #if($!{value.data}) <pre>$!{value.data}</pre> #end <a href="#" onclick="javascript:history.go(-2);">返回</a>