|
|
@@ -216,14 +216,15 @@ Page({
|
|
|
channel_id = Number(channel.parent_id)
|
|
|
}
|
|
|
var that = this
|
|
|
- if (res.userInfo.detail.errMsg === 'getUserInfo:ok') {
|
|
|
+ console.log('res.userInfo',res.userInfo);
|
|
|
+ // if (res.userInfo.detail.errMsg === 'getUserInfo:ok') {
|
|
|
wx.showLoading({
|
|
|
title: '加载中'
|
|
|
})
|
|
|
- _request.sendInfo(val, channel_id, invite, that)
|
|
|
+ _request.sendInfo(res.userInfo, channel_id, invite, that)
|
|
|
|
|
|
that.onShow();
|
|
|
- }
|
|
|
+ // }
|
|
|
}
|
|
|
})
|
|
|
},
|