|
|
@@ -164,16 +164,12 @@
|
|
|
// if(uni.getStorageSync('userInfo')&&uni.getStorageSync('shareUserId')==JSON.parse(uni.getStorageSync('userInfo')).id) return
|
|
|
// 邀请进来的并且已经登录的
|
|
|
if(uni.getStorageSync('userInfo')){
|
|
|
-
|
|
|
this.$api.get('/wx/queShareCheck',{
|
|
|
channelType:uni.getStorageSync('channelType')||'',
|
|
|
phone:JSON.parse(uni.getStorageSync('userInfo')).mobile||'',
|
|
|
referrerId:uni.getStorageSync('shareUserId')||'',
|
|
|
teamQuestionnaireId:uni.getStorageSync('shareTQId')||'',
|
|
|
}).then(({data:res})=>{
|
|
|
- this.$showModal(`queShareCheck接口入参channelType:${uni.getStorageSync('channelType')},
|
|
|
- referrerId:${uni.getStorageSync('shareUserId')},teamQuestionnaireId:${uni.getStorageSync('shareTQId')}
|
|
|
- ------返回数据res:${JSON.stringify(res)}`)
|
|
|
if(res.code!==0){
|
|
|
this.teamKindMsg = res.msg||'';
|
|
|
this.teamKindShow = true;
|