wangshan 4 months ago
parent
commit
f70470ff4a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/jfw/modules/subscribepay/src/service/userAccountInfo.go

+ 1 - 1
src/jfw/modules/subscribepay/src/service/userAccountInfo.go

@@ -803,7 +803,7 @@ func (this *UserAccount) PhoneBind() {
 				host = "." + host
 				host = "." + host
 			}
 			}
 			this.Session().Del("experience_binding")
 			this.Session().Del("experience_binding")
-			jy.SetCookie(this.ResponseWriter, this.Request, jy.ExperienceSign, "clear", host, 2*60)
+			//jy.SetCookie(this.ResponseWriter, this.Request, jy.ExperienceSign, "clear", host, 2*60)
 		}
 		}
 	}
 	}
 	this.ServeJson(NewResult(rData, errMsg))
 	this.ServeJson(NewResult(rData, errMsg))