提交 1fc3051e authored 作者: chengye's avatar chengye

调试二维码显示

上级 736f5600
...@@ -218,7 +218,7 @@ ...@@ -218,7 +218,7 @@
$url = 'http://demojz.gonn.tech/jz_detail/' + $(this).data('id'); $url = 'http://demojz.gonn.tech/jz_detail/' + $(this).data('id');
var $qrcode = $('#qrcode') var $qrcode = $('#qrcode')
$qrcode.html('') $qrcode.html('')
$qrcode.qrcode({width: 80, height: 80, correctLevel: 0, text: $url}) $qrcode.qrcode({width: 64, height: 64, correctLevel: 0, text: $url})
$('#qrcard').show() $('#qrcard').show()
}) })
}) })
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论