{if $message}
<div class="box alert alert-warning msg-info">
<span style="color:red;">{$message}</span>
</div>
{/if}
$(document).ready(function () {
// 去掉消息提示setTimeout(function () {
$(".msg-info").fadeOut(500);
}, 3000);
});