提交 6daa3216 authored 作者: chengye's avatar chengye

调试二维码显示

上级 53ab0130
...@@ -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: 64, height: 64, correctLevel: 0, text: $url}) $qrcode.qrcode({width: 72, height: 72, correctLevel: 0, text: $url})
$('#qrcard').show() $('#qrcard').show()
}) })
}) })
......
...@@ -133,7 +133,8 @@ ul.station_flow li.active>*{ ...@@ -133,7 +133,8 @@ ul.station_flow li.active>*{
max-width: 120px; max-width: 120px;
word-break: break-word; word-break: break-word;
} }
#qrcode{ #qrcode{
display: inline-block; display: inline-block;
vertical-align: top;
margin-top: 20px;
} }
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论