瀏覽代碼

forgot this

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);
                 }