微信绑定——学生、教师

beetlsql3-dev
姚丹ab 2 years ago
parent e9a2467161
commit 3221c0816f

@ -197,7 +197,7 @@ layui.define(['form', 'laydate', 'table'], function (exports) {
var htm = '<div style="text-align: center;">\n' +
'<div style="border: 1px solid #a9a6a6;width: 120px;margin: 0 auto;padding: 10px;">\n';
if (!$.isEmpty(qrCode)){
htm +='<img style="width: 120px;height: 120px;" src='+qrCode+'>';
htm +='<img style="width: 120px;height: 120px;" src="'+qrCode+'" />';
}else {
htm +='<div slot="placeholder" class="image-slot">\n' +
'加载中<span class="dot">...</span>\n' +

@ -165,7 +165,7 @@ layui.define(['form', 'laydate', 'table'], function (exports) {
var htm = '<div style="text-align: center;">\n' +
'<div style="border: 1px solid #a9a6a6;width: 120px;margin: 0 auto;padding: 10px;">\n';
if (!$.isEmpty(qrCode)){
htm +='<img style="width: 120px;height: 120px;" src='+qrCode+'>';
htm +='<img style="width: 120px;height: 120px;" src="'+qrCode+'" />';
}else {
htm +='<div slot="placeholder" class="image-slot">\n' +
'加载中<span class="dot">...</span>\n' +

Loading…
Cancel
Save