diff --git a/web/src/main/resources/static/js/jlw/student/index.js b/web/src/main/resources/static/js/jlw/student/index.js index 976f8f14..5fdc4cbe 100644 --- a/web/src/main/resources/static/js/jlw/student/index.js +++ b/web/src/main/resources/static/js/jlw/student/index.js @@ -197,7 +197,7 @@ layui.define(['form', 'laydate', 'table'], function (exports) { var htm = '
\n' + '
\n'; if (!$.isEmpty(qrCode)){ - htm +=''; + htm +=''; }else { htm +='
\n' + '加载中...\n' + diff --git a/web/src/main/resources/static/js/jlw/teacher/index.js b/web/src/main/resources/static/js/jlw/teacher/index.js index a0c4a684..d9c12a75 100644 --- a/web/src/main/resources/static/js/jlw/teacher/index.js +++ b/web/src/main/resources/static/js/jlw/teacher/index.js @@ -165,7 +165,7 @@ layui.define(['form', 'laydate', 'table'], function (exports) { var htm = '
\n' + '
\n'; if (!$.isEmpty(qrCode)){ - htm +=''; + htm +=''; }else { htm +='
\n' + '加载中...\n' +