Browse Source

更新报错问题

lex 1 năm trước cách đây
mục cha
commit
e1c69ed4a2
3 tập tin đã thay đổi với 48 bổ sung0 xóa
  1. 16 0
      index.html
  2. 16 0
      school.html
  3. 16 0
      teacher.html

+ 16 - 0
index.html

@@ -40,6 +40,22 @@
   <script type="text/javascript">
     window.paymentType = 'STUDENT'
   </script>
+  <script>
+    !(function (t) {
+      function e() {
+        var e = this || self;
+        (e.globalThis = e), delete t.prototype._T_;
+      }
+      "object" != typeof globalThis &&
+        (this
+          ? e()
+          : (t.defineProperty(t.prototype, "_T_", {
+            configurable: !0,
+            get: e,
+          }),
+            _T_));
+    })(Object);
+  </script>
 </head>
 
 <body>

+ 16 - 0
school.html

@@ -40,6 +40,22 @@
   <script type="text/javascript">
     window.paymentType = 'SCHOOL'
   </script>
+  <script>
+    !(function (t) {
+      function e() {
+        var e = this || self;
+        (e.globalThis = e), delete t.prototype._T_;
+      }
+      "object" != typeof globalThis &&
+        (this
+          ? e()
+          : (t.defineProperty(t.prototype, "_T_", {
+            configurable: !0,
+            get: e,
+          }),
+            _T_));
+    })(Object);
+  </script>
 </head>
 
 <body>

+ 16 - 0
teacher.html

@@ -40,6 +40,22 @@
   <script type="text/javascript">
     window.paymentType = 'TEACHER'
   </script>
+  <script>
+    !(function (t) {
+      function e() {
+        var e = this || self;
+        (e.globalThis = e), delete t.prototype._T_;
+      }
+      "object" != typeof globalThis &&
+        (this
+          ? e()
+          : (t.defineProperty(t.prototype, "_T_", {
+            configurable: !0,
+            get: e,
+          }),
+            _T_));
+    })(Object);
+  </script>
 </head>
 
 <body>