|
|
@@ -313,6 +313,10 @@ proto.login = P.coroutine(function* (msg, session, next) {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+ console.warn("msg.headurl:",msg.headurl)
|
|
|
+ if (msg.headurl == "" || !msg.headurl) {
|
|
|
+ msg.headurl = "https://barserver.bargame88.com/0a066484-5914-633e-12fb-b36ccce1431d22224444.png"
|
|
|
+ }
|
|
|
self.downloadSvg(msg.headurl, localSvgPath, playerId, function(err) {
|
|
|
console.warn("96:msg.headurl",msg.headurl)
|
|
|
if (err) {
|