xingzai 10 сар өмнө
parent
commit
732670c02e

+ 1 - 1
controllers/user.go

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