root %!s(int64=2) %!d(string=hai) anos
pai
achega
f97d2e884f
Modificáronse 1 ficheiros con 1 adicións e 3 borrados
  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);
                 }