guhongwei před 2 roky
rodič
revize
97e3bcb9f7
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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,