Commit 5481e7b3 authored by Van's avatar Van

🎨 add share comment

parent 4fe9d288
...@@ -60,6 +60,8 @@ $.extend(Page.prototype, { ...@@ -60,6 +60,8 @@ $.extend(Page.prototype, {
if (key === 'wechat') { if (key === 'wechat') {
if ($qrCode.find('canvas').length === 0) { if ($qrCode.find('canvas').length === 0) {
Util.addScript(Label.staticServePath +
'/js/lib/jquery.qrcode.min.js', 'qrcodeScript')
$qrCode.qrcode({ $qrCode.qrcode({
width: 128, width: 128,
height: 128, height: 128,
......
Subproject commit 59450e32189e8289e2fa232a9a7ee86ae03d6811 Subproject commit acb13c5f186063de43b078f3e5acf8fee3078d0b
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment