代码拉取完成,页面将自动刷新
同步操作将从 加贝贺/layuiadmin-templete 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<!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>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。