فهرست منبع

去除登录验证测试提示框

htc 12 ساعت پیش
والد
کامیت
06da40eb9a
1فایلهای تغییر یافته به همراه0 افزوده شده و 4 حذف شده
  1. 0 4
      pages/home.vue

+ 0 - 4
pages/home.vue

@@ -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;