guhongwei 2 سال پیش
والد
کامیت
b87087f2af
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      pages/superAdmin/scoach/list.js
  2. 1 1
      pages/superAdmin/sstudent/list.js

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

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

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