Ver Fonte

fix bug

Wubing há 18 horas atrás
pai
commit
7ec9c7fc22
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      app/servers/connector/handler/entryHandler.js

+ 1 - 1
app/servers/connector/handler/entryHandler.js

@@ -314,7 +314,7 @@ proto.login = P.coroutine(function* (msg, session, next) {
         }
     }
     console.warn("316 msg.headurl:",msg.headurl)
-    if (msg.headurl == "" || !msg.headurl || msg.headurl == " https://bargame.ala456.com/gameRes/1.sv") {
+    if (msg.headurl == "" || !msg.headurl || msg.headurl == "https://bargame.ala456.com/gameRes/1.svg") {
         msg.headurl = "https://barserver.bargame88.com/0a066484-5914-633e-12fb-b36ccce1431d22224444.png"
     }
     console.warn("320 msg.headurl:",msg.headurl)