众创数字资产综合运营管理平台
*公告标题 | |
---|---|
*公告对象 | 会员第三方 |
*公告内容 |
确 定
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'
,anim: 0 //0-6的选择,指定弹出图片动画类型,默认随机(请注意,3.0之前的版本用shift参数)
});
$(document).on("click",".a1",function(){
layer.open({
type:2
,area:['95%', '95%']
,title:"选择商品"
,content: '选择商品.html'
,btn: ['取消', '确认']
,yes: function(index, layero){
layer.closeAll();
}
,btn2: function(index, layero){
layer.msg('添加成功!',{time: 1000});
}
});
});
});
一键复制
编辑
Web IDE
原始数据
按行查看
历史