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
a7a94d214fd64d299ad24801573784f1ab11724a
Authored by
yvan.ni
2021-04-10 16:43:34 +0800
1 parent
06c34027
会员注册
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
pages/togoin/togoin.js
pages/togoin/togoin.js
View file @
a7a94d2
...
...
@@ -141,7 +141,8 @@ Page({
141
141
if(getApp().globalData.guide_id){
142
142
dd.guide_id=getApp().globalData.guide_id;
143
143
}
144
-
144
+
145
+ console.log("-----会员注册的信息-------");
145
146
console.log(dd);
146
147
app.request.get("/api/weshop/users/thirdLogin", {
147
148
data: dd,
...
...