From 91fce32b078d7e29aa0260e5e47c7df602c4c5ee Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期四, 31 十二月 2020 19:22:35 +0800 Subject: [PATCH] '助力bug修复' --- util/user.js | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/util/user.js b/util/user.js index 282696b..2cb08b3 100644 --- a/util/user.js +++ b/util/user.js @@ -64,6 +64,9 @@ obj.success(result.data); } else { console.log("鐢ㄦ埛鏈櫥褰�") + if (obj.fail) { + obj.fail(); + } } }, fail: () => { -- Gitblit v1.8.0