提交 b9a4cc65 authored 作者: chengye's avatar chengye

测试qrcode

上级 98582394
......@@ -220,7 +220,11 @@
var $width = 80;
var $height = 80;
console.log($(document).width())
var $dWidth = $(document).width());
if($dWidth <= 1366){
$width = $height = 60
}
$qrcode.qrcode({width: $width, height: $height, correctLevel: 0, text: $url})
$(this).find('.icon-qr-code').hide()
layui.use(['layer'],function () {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论