guhongwei 2 年之前
父节点
当前提交
97e3bcb9f7
共有 1 个文件被更改,包括 1 次插入1 次删除
  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,