Modal支持
使用Modal类进行信息确认显示
实例化类库
<script type="text/javascript" src="./Public/common/jquery-1.7.2.min.js"></script>
<link rel="stylesheet" href="./Public/common/ThinkBox/skin/default/style.css">
<script type="text/javascript" src="./Public/common/ThinkBox/jquery.ThinkBox.min.js"></script>
信息操作
1.1.3 Modal成功
$.ThinkBox.success('复制成功');
1.1.4 Modal失败
$.ThinkBox.error("添加失败");
更新中http://www.kancloud.cn/chenbei/wxthinkplus/238465