@@ -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,