wangshan hace 1 mes
padre
commit
2e0baaffec
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/service/action/info.go

+ 1 - 1
src/service/action/info.go

@@ -416,7 +416,7 @@ func (i *Info) CollectInfo() {
 }
 
 func PortraitExperience(source string) bool {
-	if strings.HasSuffix(source, "_freeuser") {
+	if strings.HasSuffix(source, "_freeuser") || strings.HasPrefix(source, "ent_portrait") || strings.HasPrefix(source, "buyer_portrait") {
 		return true
 	}
 	for _, s := range sc {