diff --git a/pages/togoin/togoin.js b/pages/togoin/togoin.js index 5ca885a..5fa8b65 100644 --- a/pages/togoin/togoin.js +++ b/pages/togoin/togoin.js @@ -55,7 +55,11 @@ Page({ head_pic: app.clear_word(app.globalData.getu.avatarUrl) }; - + //-- 导购会员ID -- + if(getApp().globalData.guide_id){ + dd.guide_id=getApp().globalData.guide_id; + } + getApp().request.get("/api/weshop/users/openidandkey", { data: dd, success: function (e) {