Browse Source

Merge branch 'mfyx_wx_tmp_1.1' of http://8.136.199.33:3000/hongze/hongze_cygx

xingzai 8 months ago
parent
commit
1810cd3f1e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/user.go

+ 1 - 1
controllers/user.go

@@ -1188,7 +1188,7 @@ func (this *UserController) ApplyTryOut() {
 						applyMethod = companyItem.Status + "客户"
 					}
 				}
-				applyMethod = applyMethod + "," + title
+				//applyMethod = applyMethod + "," + title
 			}
 			openIpItem, _ := models.GetUserRecordByMobile(4, sellerItem.Mobile)
 			if openIpItem != nil && openIpItem.OpenId != "" {