diff --git a/view/molistar/activity/ssGuild/images/peak.png b/view/molistar/activity/ssGuild/images/peak.png index 7c9eb68..5160763 100644 Binary files a/view/molistar/activity/ssGuild/images/peak.png and b/view/molistar/activity/ssGuild/images/peak.png differ diff --git a/view/molistar/activity/ssGuild/js/index.js b/view/molistar/activity/ssGuild/js/index.js index 7eeb20a..2599bd6 100644 --- a/view/molistar/activity/ssGuild/js/index.js +++ b/view/molistar/activity/ssGuild/js/index.js @@ -84,7 +84,12 @@ function translateFun() { $('.text14').text(langReplace(localLang.demoModule.text14)); $('.text15').text(langReplace(localLang.demoModule.text15)); $('.text16').text(langReplace(localLang.demoModule.text16)); - $('.text17').text(langReplace(localLang.demoModule.text17)); + + if(browser.ios){ + $('.text17').text(langReplace(localLang.demoModule.text17)); + }else{ + $('.text17').text(langReplace(localLang.demoModule.text177)); + } } // 配置接口 function ssAgencyRank() { diff --git a/view/molistar/activity/ssGuild/js/peak.js b/view/molistar/activity/ssGuild/js/peak.js index cc3c8b4..2c81992 100644 --- a/view/molistar/activity/ssGuild/js/peak.js +++ b/view/molistar/activity/ssGuild/js/peak.js @@ -63,11 +63,15 @@ $(function () { function translateFun() { var langReplace = window.lang.replace; var localLang = window.lang; - $('.text17').html(langReplace(localLang.demoModule.text17)); $('.text20').html(langReplace(localLang.demoModule.text20)); $('.text21').html(langReplace(localLang.demoModule.text21)); $('.text22').html(langReplace(localLang.demoModule.text22)); $('.text23').html(langReplace(localLang.demoModule.text23)); + if(browser.ios){ + $('.text17').text(langReplace(localLang.demoModule.text17)); + }else{ + $('.text17').text(langReplace(localLang.demoModule.text177)); + } } // 配置接口 function getConfig() { diff --git a/view/molistar/activity/ssGuild/local/ar.js b/view/molistar/activity/ssGuild/local/ar.js index 70659b2..6c5122c 100644 --- a/view/molistar/activity/ssGuild/local/ar.js +++ b/view/molistar/activity/ssGuild/local/ar.js @@ -22,6 +22,7 @@ langAr = { text15: `الخريف`, text16: `الشتاء`, text17: `هذا النشاط لا علاقة له بـ Apple`, + text177: `هذه الفعالية لا علاقة لها بـ Google.`, text18: `خلف`, text19: `شاغر`, text20: `سجل قمة الوكالة`, diff --git a/view/molistar/activity/ssGuild/local/en.js b/view/molistar/activity/ssGuild/local/en.js index 0b33175..8995fdf 100644 --- a/view/molistar/activity/ssGuild/local/en.js +++ b/view/molistar/activity/ssGuild/local/en.js @@ -20,6 +20,7 @@ langEn = { text15: `Autumn`, text16: `Winter`, text17: `This activity has nothing to do with apple`, + text177: `Event has nothing to do with Google.`, text18: `Behind`, text19: `Vacant`, text20: `Agency Peak Record`, diff --git a/view/molistar/activity/ssGuild/local/tr.js b/view/molistar/activity/ssGuild/local/tr.js index 9d04165..34c67b2 100644 --- a/view/molistar/activity/ssGuild/local/tr.js +++ b/view/molistar/activity/ssGuild/local/tr.js @@ -22,6 +22,7 @@ langTr = { text15: `Sonbahar`, text16: `Kış`, text17: `Bu etkinliğin Apple ile ilgisi yoktur`, + text177: `Bu etkinliğin Google ile hiçbir bağlantısı yoktur.`, text18: `Geride`, text19: `Boş`, text20: `Ajans Zirve Kaydı`, diff --git a/view/molistar/activity/ssGuild/local/zh.js b/view/molistar/activity/ssGuild/local/zh.js index d502728..2876d2f 100644 --- a/view/molistar/activity/ssGuild/local/zh.js +++ b/view/molistar/activity/ssGuild/local/zh.js @@ -22,6 +22,7 @@ langZh = { text15: `秋季`, text16: `冬季`, text17: `此活動與Apple無關`, + text177: `此活動與Google無關。`, text18: `落後`, text19: `空缺`, text20: `代理巔峰記錄`,