Commit a7a94d214fd64d299ad24801573784f1ab11724a

Authored by yvan.ni
1 parent 06c34027

会员注册

Showing 1 changed file with 2 additions and 1 deletions
pages/togoin/togoin.js
... ... @@ -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,
... ...