1 Star 1 Fork 22

Barry.yue / layui后台

forked from 框架组 / layui后台 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
第三方详情.html 2.34 KB
一键复制 编辑 原始数据 按行查看 历史
weber 提交于 2017-07-17 10:59 . layui框架
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="keywords" content=""/>
<meta name="description" content=""/>
<title>众创数字资产综合运营管理平台</title>
<link rel="stylesheet" href="layui/css/layui.css"/>
<link rel="stylesheet" href="css/admin.css"/>
</head>
<body>
<table class="layui-table layui-table-add" lay-skin="nob">
<tbody>
<tr>
<th width="100" class="pad">第三方ID</th>
<td>021313</td>
</tr>
<tr>
<th class="pad">第三方名称</th>
<td>XXX公司</td>
</tr>
<tr>
<th class="pad">法人代表</th>
<td>李四</td>
</tr>
<tr>
<th class="pad">联系人</th>
<td>王五</td>
</tr>
<tr>
<th class="pad">手机号码</th>
<td>13688888888</td>
</tr>
<tr>
<th class="pad">联系电话</th>
<td>075536958813</td>
</tr>
<tr>
<th class="pad">公司地址</th>
<td>广东省深圳市宝安区高新奇二期</td>
</tr>
<tr>
<th class="pad">营业执照</th>
<td>
<ul id="layer-photos-demo" class="layer-photos-demo mt10">
<li><img layer-src="img/6.jpg" src="img/6.jpg" ></li>
</ul>
</td>
</tr>
<tr>
<th class="pad">账户余额</th>
<td><span class="price">10000.00</span></td>
</tr>
<tr>
<th class="pad">累计提现</th>
<td><span class="price">10000.00</span></td>
</tr>
<tr>
<th class="pad">用户状态</th>
<td>正常</td>
</tr>
<tr>
<th class="pad">注册时间</th>
<td>2017-04-11 17:32:21</td>
</tr>
</tbody>
</table>
<script type="text/javascript" src="layui/layui.js"></script>
<script>
layui.use(['jquery','form','upload','layer'], function(){
var $ = layui.jquery,layer = layui.layer;
layui.upload({
url: '上传接口url'
,success: function(res){
console.log(res); //上传成功返回值,必须为json格式
}
});
layer.photos({
photos: '#layer-photos-demo'
,closeBtn :1
,anim: 0 //0-6的选择,指定弹出图片动画类型,默认随机(请注意,3.0之前的版本用shift参数)
});
});
</script>
<script>
//调用示例
</script>
</body>
</html>
1
https://gitee.com/yuexiaobai/layuiHouTai.git
git@gitee.com:yuexiaobai/layuiHouTai.git
yuexiaobai
layuiHouTai
layui后台
master

搜索帮助