YY 2 år sedan
förälder
incheckning
33158c604e
2 ändrade filer med 2 tillägg och 2 borttagningar
  1. 1 1
      pages/schAdmin/coach/list.js
  2. 1 1
      pages/schAdmin/student/list.js

+ 1 - 1
pages/schAdmin/coach/list.js

@@ -71,7 +71,7 @@ Page({
     },
     makeQRCode(template = 0) {
         const that = this;
-        const url = `${app.globalData.publicUrl}/courtappbind?id=${that.data.form.id}&type='2'`;
+        const url = `${that.data.form.id}&&2`;
         var qrcode = new QRCode(`myQrcode`, {
             text: url,
             width: 110,

+ 1 - 1
pages/schAdmin/student/list.js

@@ -67,7 +67,7 @@ Page({
     },
     makeQRCode(template = 0) {
         const that = this;
-        const url = `${app.globalData.publicUrl}/courtappbind?id=${that.data.form.id}&type='2'`;
+        const url = `${that.data.form.id}&&3`;
         var qrcode = new QRCode(`myQrcode`, {
             text: url,
             width: 110,