修改转账方式 - 兑换金币和充值代理档位文案展示
This commit is contained in:
@@ -93,7 +93,6 @@ $(function () {
|
||||
$('.text15').text(langReplace(localLang.salary.text15));
|
||||
$('.text16').text(langReplace(localLang.salary.text16));
|
||||
$('.text17').html(langReplace(localLang.salary.text17));
|
||||
$('.text18').html(langReplace(localLang.salary.text18));
|
||||
$('.textnew1').html(langReplace(localLang.salary.textnew1));
|
||||
$('.textnew2').html(langReplace(localLang.salary.textnew2));
|
||||
$('.textnew3').html(langReplace(localLang.salary.textnew3));
|
||||
@@ -468,6 +467,7 @@ $('.transfer_dollars').on('click', 'li', function () {
|
||||
if (custom_amount) {
|
||||
$('.confirm').hide();
|
||||
$('.custom_pop').show();
|
||||
$('.text18').html(langReplace(localLang.salary.text18(ratio)));
|
||||
var type = $('.custom_pop .sure').attr('type');
|
||||
if (type == 3) {
|
||||
$('.custom_pop .custom_pop_in h2').hide()
|
||||
|
@@ -93,7 +93,6 @@ $(function () {
|
||||
$('.text15').text(langReplace(localLang.salary.text15));
|
||||
$('.text16').text(langReplace(localLang.salary.text16));
|
||||
$('.text17').html(langReplace(localLang.salary.text17));
|
||||
$('.text18').html(langReplace(localLang.salary.text18));
|
||||
$('.textnew1').html(langReplace(localLang.salary.textnew1));
|
||||
$('.textnew2').html(langReplace(localLang.salary.textnew2));
|
||||
$('.textnew3').html(langReplace(localLang.salary.textnew3));
|
||||
@@ -468,6 +467,7 @@ $('.transfer_dollars').on('click', 'li', function () {
|
||||
if (custom_amount) {
|
||||
$('.confirm').hide();
|
||||
$('.custom_pop').show();
|
||||
$('.text18').html(langReplace(localLang.salary.text18(ratio)));
|
||||
var type = $('.custom_pop .sure').attr('type');
|
||||
if (type == 3) {
|
||||
$('.custom_pop .custom_pop_in h2').hide()
|
||||
|
@@ -277,7 +277,7 @@ langAr = {
|
||||
text15: `المبلغ المخصص`,
|
||||
text16: `الكل`,
|
||||
text17: `يمكن تبادله مقابل <b>0</b> عملة ذهبية`,
|
||||
text18: `(نسبة التبادل 1:<b>7000</b>)`,
|
||||
text18:function(num){return `(نسبة التبادل 1:<b>${num}</b>)`},
|
||||
text19: `تبادل العملات`,
|
||||
text20: `السحب الرسمي`,
|
||||
text21: `تفتح قناة السحب في اليومين الأول والثاني من كل شهر.`,
|
||||
|
@@ -274,7 +274,7 @@ langBr = {
|
||||
text15: `Valor personalizado`,
|
||||
text16: `Tudo`,
|
||||
text17: `Pode ser trocado por <b>0</b> moedas de ouro`,
|
||||
text18: `(Taxa de câmbio de 1:<b>7000</b>)`,
|
||||
text18:function(num){return `(Taxa de câmbio de 1:<b>${num}</b>)`},
|
||||
text19: `Trocar moedas`,
|
||||
text20: `Sacar`,
|
||||
text21: `O canal de saque abre nos dias 1 e 2 de cada mês.`,
|
||||
|
@@ -277,7 +277,7 @@ text9_new:'Congratulations on creating your new agency! <br /> To help you grow
|
||||
text15: `Custom amount`,
|
||||
text16: `All`,
|
||||
text17: `Can be exchanged for <b>0</b> gold coin`,
|
||||
text18: `(Exchange at a ratio of 1:<b>7000</b>)`,
|
||||
text18:function(num){return `(Exchange at a ratio of 1:<b>${num}</b>)`},
|
||||
text19: `Exchange coins`,
|
||||
text20: `Withdraw`,
|
||||
text21: `The withdrawal channel opens on the 1st and 2nd of every month.`,
|
||||
|
@@ -277,7 +277,7 @@ text9_new:'Yeni acentenizi kurduğunuz için tebrikler! <br /> Daha hızlı büy
|
||||
text15: `Özel Tutar`,
|
||||
text16: `Hepsi`,
|
||||
text17: `<b>0</b> altın madeni paraya dönüştürülebilir`,
|
||||
text18: `(1:<b>7000</b> oranında değişim)`,
|
||||
text18:function(num){return `(1:<b>${num}</b> oranında değişim)`},
|
||||
text19: `Jeton Dönüştür`,
|
||||
text20: `Çekim`,
|
||||
text21: `Çekim kanalı her ayın 1. ve 2. günü açılır.`,
|
||||
|
@@ -279,7 +279,7 @@ langZh = {
|
||||
text15: `自定義金額`,
|
||||
text16: `全部`,
|
||||
text17: `可兌換 <b>0</b> 金幣`,
|
||||
text18: `(兌換比例為 1:<b>7000</b>)`,
|
||||
text18:function(num){return `(兌換比例為 1:<b>${num}</b>)`},
|
||||
text19: `兌換硬幣`,
|
||||
text20: `官方提現`,
|
||||
text21: `提款通道每月1日和2日開放。`,
|
||||
|
Reference in New Issue
Block a user