wangshan hace 4 meses
padre
commit
6c8fbf153b
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/jfw/modules/subscribepay/src/service/userAccountInfo.go

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

@@ -804,6 +804,7 @@ func (this *UserAccount) PhoneBind() {
 			}
 			this.Session().Del("experience_binding")
 			jy.SetCookie(this.ResponseWriter, this.Request, jy.ExperienceSign, "clear01", host, -1)
+			jy.SetCookie(this.ResponseWriter, this.Request, jy.ExperienceSign, "experiencing", this.Request.Host, -1)
 			jy.SetCookie(this.ResponseWriter, this.Request, jy.ExperienceSign, "clear02", this.Request.Host, 2*60)
 		}
 	}