提交 35bf4519 编写于 作者: M Minwe

fix Navbar QRCode URL

上级 a9116ff0
......@@ -335,7 +335,7 @@ define(function(require, exports, module) {
var qrNode = new QRCode({
render: 'canvas',
correctLevel: 0,
text: doc.location,
text: doc.location.href,
width: 180,
height: 180,
background: '#fff',
......
......@@ -53,7 +53,7 @@ define(function(require, exports, module) {
var qrnode = new QRCode({
render: 'canvas',
correctLevel: 0,
text: window.location,
text: window.location.href,
width: 200,
height: 200,
background: '#fff',
......
......@@ -149,7 +149,7 @@
}
canvas {
display: inline-block;
display: block;
width: 200px;
height: 200px;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册