提交 9b7ff621 编写于 作者: G gongfuxiang

二维码展示优化

上级 651a3402
......@@ -61,6 +61,7 @@ class Qrcode
$content = isset($params['content']) ? base64_decode(urldecode(trim($params['content']))) : __MY_URL__;
// 生成二维码并输出页面显示
ob_clean();
\QRcode::png($content, false, $level, $point_size, $mr);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册