var html="<img style='height: 200px;width: 200px;' src='/platform/userWallet/getInWalletQRCode.m?coinId="+cid+"&t=" + Math.random()+"'>";
layer.open({
type : 1,
title : false,
closeBtn : 0,
shade: [0.001, '#393D49'],
area : '200px',
skin : 'layui-layer-nobg', //沒有背景色
shadeClose : true,
content : html
});
}
layer.open({
type : 1,
title : false,
closeBtn : 0,
shade: [0.001, '#393D49'],
area : '200px',
skin : 'layui-layer-nobg', //沒有背景色
shadeClose : true,
content : html
});
}