Procházet zdrojové kódy

Merge branch 'cygx_9.3.1_0' of http://8.136.199.33:3000/hongze/hongze_cygx into debug

xingzai před 2 roky
rodič
revize
8705524802
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2 1
      controllers/activity.go

+ 2 - 1
controllers/activity.go

@@ -859,6 +859,7 @@ func (this *ActivityCoAntroller) SignupAdd() {
 		resp.HasPermission = hasPermission
 		resp.SellerName = sellerName
 		resp.SellerMobile = sellerMobile
+
 	}
 
 	if signupType == 1 && user.IsMsgOutboundMobile == 0 {
@@ -894,7 +895,7 @@ func (this *ActivityCoAntroller) SignupAdd() {
 	}
 	resp.SignupType = signupType
 	resp.SignupStatus = signupStatus
-	resp.HasPermission = hasPermission
+	//resp.HasPermission = hasPermission
 	//if signupStatus == "Success" {
 	resp.ActivityId = activityId
 	//}