From 0a9617918f43a4f293e833c9a5bca1e542145e54 Mon Sep 17 00:00:00 2001 From: taiyuan Date: Tue, 30 Mar 2021 18:07:19 +0800 Subject: [PATCH] 分销功能修改 --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index a4a0d6e..e712a88 100644 --- a/app.js +++ b/app.js @@ -615,7 +615,7 @@ App({ }) return false; } else { - resolve(); + resolve(user_info); }; }); }, -- libgit2 0.21.4