Browse Source

Merge branch '长阳分支中职' of http://8.141.155.183:3000/bjquanjiang/DigitalScholl into 长阳分支中职

长阳分支中职
ndbs 1 month ago
parent
commit
fece0bdcde
2 changed files with 702 additions and 3 deletions
  1. +2
    -2
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/OfficeEquipment/qrCode.js
  2. +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: 550,
height: 550
width: 420,
height: 420
});
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


Loading…
Cancel
Save