diff --git a/view/molistar/activity/rechargeNew/css/index.css b/view/molistar/activity/rechargeNew/css/index.css index e646cb25..73e78f45 100644 --- a/view/molistar/activity/rechargeNew/css/index.css +++ b/view/molistar/activity/rechargeNew/css/index.css @@ -976,6 +976,16 @@ body { padding-bottom: 0.5rem; } +.disclaimer { + width: 100%; + text-align: center; + margin-top: 0.4rem; + margin-bottom: 0.56rem; + color: #FFF784; + font-size: 0.34667rem; + font-weight: 400; +} + .arabic .back img { left: auto; right: 0.24rem; diff --git a/view/molistar/activity/rechargeNew/css/index.scss b/view/molistar/activity/rechargeNew/css/index.scss index 9ba83a62..8556f8f7 100644 --- a/view/molistar/activity/rechargeNew/css/index.scss +++ b/view/molistar/activity/rechargeNew/css/index.scss @@ -1004,6 +1004,16 @@ body { } } +.disclaimer { + width: 100%; + text-align: center; + margin-top: px2rem(30); + margin-bottom: px2rem(42); + color: #FFF784; + font-size: px2rem(26); + font-weight: 400; +} + .arabic { .back img { left: auto; diff --git a/view/molistar/activity/rechargeNew/index.html b/view/molistar/activity/rechargeNew/index.html index 878bde96..e691c95e 100644 --- a/view/molistar/activity/rechargeNew/index.html +++ b/view/molistar/activity/rechargeNew/index.html @@ -220,6 +220,9 @@ + + +
diff --git a/view/molistar/activity/rechargeNew/js/index.js b/view/molistar/activity/rechargeNew/js/index.js index ccdd0238..98bb253d 100644 --- a/view/molistar/activity/rechargeNew/js/index.js +++ b/view/molistar/activity/rechargeNew/js/index.js @@ -80,6 +80,11 @@ function translateFun() { $('.text14').text(langReplace(localLang.demoModule.text14)); $('.text15').text(langReplace(localLang.demoModule.text15)); $('.text16').text(langReplace(localLang.demoModule.text16)); + if(browser.android){ + $('.text24').text(langReplace(localLang.demoModule.text25)) + }else{ + $('.text24').text(langReplace(localLang.demoModule.text24)) + } } // 配置接口 function getConfig() { @@ -111,6 +116,7 @@ function getConfig() { } else { $(`.recharge${i + 1} .bottom .but`).attr('click', 0); $(`.recharge${i + 1} .bottom .but`).removeClass('act'); + $(`.recharge${i+1} .bottom .but`).text(langReplace(localLang.demoModule.text23)); } // 处理前三 if (wealth > limitWealth) { diff --git a/view/molistar/activity/rechargeNew/local/ar.js b/view/molistar/activity/rechargeNew/local/ar.js index 40beb7c3..567eff39 100644 --- a/view/molistar/activity/rechargeNew/local/ar.js +++ b/view/molistar/activity/rechargeNew/local/ar.js @@ -36,5 +36,8 @@ langAr = { `, text21: `هدية مخصصة`, text22: `

يمكنك إرسال الفيديو الخاص بك إلى خدمة العملاء لدينا للحصول على هديتك المخصصة.

`, + text23: `تم استلامه`, + text24: `هذا الحدث غير مرتبط بشركة أبل.`, + text25: `هذا الحدث غير مرتبط بشركة جوجل.`, } } \ No newline at end of file diff --git a/view/molistar/activity/rechargeNew/local/en.js b/view/molistar/activity/rechargeNew/local/en.js index 872b3736..01ff3b28 100644 --- a/view/molistar/activity/rechargeNew/local/en.js +++ b/view/molistar/activity/rechargeNew/local/en.js @@ -34,5 +34,8 @@ langEn = { `, text21: `Customized Gift`, text22: `

You can send your special video to our customer service to get your customized gift.

`, + text23: `Received`, + text24: `This event is not related to Apple.`, + text25: `This event is not related to Google.`, } } diff --git a/view/molistar/activity/rechargeNew/local/zh.js b/view/molistar/activity/rechargeNew/local/zh.js index 872164f3..deb43d70 100644 --- a/view/molistar/activity/rechargeNew/local/zh.js +++ b/view/molistar/activity/rechargeNew/local/zh.js @@ -36,5 +36,8 @@ langZh = { `, text21: `定制礼品`, text22: `

您可以将您的特别视频发送给我们的客服,以获取定制礼品。

`, + text23: `已领取`, + text24: `本活动与苹果无关`, + text25: `本活动与谷歌无关`, } } \ No newline at end of file