diff --git a/js/common.js b/js/common.js index f93ced1..02ae361 100644 --- a/js/common.js +++ b/js/common.js @@ -185,6 +185,7 @@ function handleVestApp (appname) { rewardIcon: staticUrl + "/nectarina/reward-icon.png", gewBigImg:staticUrl + "/nectarina/icon_bigGew.png", iconSmallGew:staticUrl + "/nectarina/icon_smallGew.png", + avatarLogo:staticUrl + "/nectarina/avatar_logo.png",// 客服头像 }; } else if ( appname == "among.chameet.bigoo.Live.video.chat" || @@ -241,6 +242,7 @@ function handleVestApp (appname) { rewardIcon: staticUrl + "/secret/reward-icon.png", gewBigImg:staticUrl + "/secret/icon_bigGew.png", iconSmallGew:staticUrl + "/secret/icon_smallGew.png", + avatarLogo:staticUrl + "/secret/avatar_logo.png", }; } else if (appname == "com.chat.langlive.face.ins") { /* 烛光*/ @@ -295,6 +297,7 @@ function handleVestApp (appname) { rewardIcon: staticUrl + "/candle/reward-icon.png", gewBigImg:staticUrl + "/candle/icon_bigGew.png", iconSmallGew:staticUrl + "/candle/icon_smallGew.png", + avatarLogo:staticUrl + "/candle/avatar_logo.png", }; } else if (appname == "chat.video.live.bigoo.micoo") { /* 悦色*/ @@ -348,6 +351,7 @@ function handleVestApp (appname) { rewardIcon: staticUrl + "/joyColor/reward-icon.png", gewBigImg:staticUrl + "/joyColor/icon_bigGew.png", iconSmallGew:staticUrl + "/joyColor/icon_smallGew.png", + avatarLogo:staticUrl + "/joyColor/avatar_logo.png", }; } else { resourceObj = { @@ -401,6 +405,7 @@ function handleVestApp (appname) { rewardIcon: staticUrl + "/fusi/reward-icon.png", gewBigImg:staticUrl + "/fusi/icon_bigGew.png", iconSmallGew:staticUrl + "/fusi/icon_smallGew.png", + avatarLogo:staticUrl + "/fusi/avatar_logo.png", }; } return resourceObj;