guhongwei 2 years ago
parent
commit
97e3bcb9f7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/superAdmin/sstudent/list.js

+ 1 - 1
pages/superAdmin/sstudent/list.js

@@ -65,7 +65,7 @@ Page({
     },
     makeQRCode(template = 0) {
         const that = this;
-        const url = `${that.data.form.id}&&'3'`;
+        const url = `${that.data.form._id}&&'3'`;
         var qrcode = new QRCode(`myQrcode`, {
             text: url,
             width: 110,