This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
bjquanjiang
/
DigitalScholl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
信息化办公设备管理二维码调试完成
长阳分支中职
yxq
1 month ago
parent
9350f098b7
commit
1cf6cba052
2 changed files
with
702 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/OfficeEquipment/qrCode.js
+700
-1
Learun.Framework.Ultimate V7/Learun.Application.Web/Content/jquery/qrcode.min.js
+ 2
- 2
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/OfficeEquipment/qrCode.js
View File
@@ -106,8 +106,8 @@ var bootstrap = function ($, learun) {
}
//扫码签到
var qrcode = new QRCode(document.getElementById("qrCode"), {
width:
55
0,
height:
55
0
width:
42
0,
height:
42
0
});
function makeCode(urls) {
console.log(urls,"urls")
+ 700
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Content/jquery/qrcode.min.js
File diff suppressed because it is too large
View File
Write
Preview
Loading…
Cancel
Save