root преди 2 години
родител
ревизия
f97d2e884f
променени са 1 файла, в които са добавени 1 реда и са изтрити 3 реда
  1. 1 3
      fun/test/index.html

+ 1 - 3
fun/test/index.html

@@ -70,9 +70,7 @@
                     'Content-type': 'application/json',
                 },
                 body: bd
-            }).then(res => {
-                return res.json();
-            }).then(data => {
+            }).then(res => res.json()).then(data => {
                 if (!data.succeed) {
                     alert(data.msg);
                 }