wxd
/
MShopWeApp
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
0a9617918f43a4f293e833c9a5bca1e542145e54
Authored by
taiyuan
2021-03-30 18:07:19 +0800
1 parent
d2e6b095
分销功能修改
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app.js
app.js
View file @
0a96179
...
...
@@ -615,7 +615,7 @@ App({
615
615
})
616
616
return false;
617
617
} else {
618
- resolve(
);
618
+ resolve(
user_info
);
619
619
};
620
620
});
621
621
},
...
...