独联体 - 公会薪资账户 - 显示自定义输入金额

This commit is contained in:
2025-09-30 14:19:37 +08:00
parent 3cbbdc30d0
commit 8e27849dea
9 changed files with 13 additions and 10 deletions

View File

@@ -93,7 +93,7 @@ $(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));
// $('.text18').html(langReplace(localLang.salary.text18));
$('.textnew1').html(langReplace(localLang.salary.textnew1));
$('.textnew2').html(langReplace(localLang.salary.textnew2));
$('.textnew3').html(langReplace(localLang.salary.textnew3));
@@ -322,7 +322,7 @@ function dollarsFun(type) {
var str2 = '';
if (transfer_dollars_Arr[type].canCustom) {
str2 += `
<li class="custom_amount" custom_amount="custom_amount" style="display: ${partitionId == 32 ? 'none' : ''}">
<li class="custom_amount" custom_amount="custom_amount" >
<p>
<img src="./images/custom.png" class="custom" alt="">
${langReplace(localLang.salary.text15)}
@@ -470,6 +470,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()

View File

@@ -317,7 +317,9 @@ langAr = {
text15: `المبلغ المخصص`,
text16: `الكل`,
text17: `يمكن تبادله مقابل <b>0</b> عملة ذهبية`,
text18: `(نسبة التبادل 1:<b>7000</b>)`,
text18:function(num){
return `(نسبة التبادل 1:<b>${num}</b>)`
},
text19: `تبادل العملات`,
text20: `السحب الرسمي`,
text21: `تفتح قناة السحب في اليومين الأول والثاني من كل شهر.`,

View File

@@ -313,7 +313,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.`,

View File

@@ -317,7 +317,7 @@ langEn = {
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: `Transfer to official`,
text21: `The withdrawal channel opens on the 1st and 2nd of every month.`,

View File

@@ -416,7 +416,7 @@ langEs = {
text15: `Cantidad personalizada`,
text16: `Todo`,
text17: `Se puede intercambiar por <b>0</b> monedas de oro`,
text18: `(Intercambio a una proporción de 1:<b>7000</b>)`,
text18:function(num){return `(Intercambio a una proporción de 1:<b>${num}</b>)`},
text19: `Intercambiar monedas`,
text20: `Transferir a oficial`,
text21: `El canal de retiro se abre el 1 y 2 de cada mes.`,

View File

@@ -317,7 +317,7 @@ langRu = {
text15: `Пользовательское количество`,
text16: `Все`,
text17: `Можно обменять на <b>0</b> золотых монет`,
text18: `(Обмен по курсу 1:<b>7000</b>)`,
text18:function(num){return `(Обмен по курсу 1:<b>${num}</b>)`},
text19: `Обменять монеты`,
text20: `Офиц. вывод`,
text21: `Канал вывода открывается 1 и 2 числа каждого месяца.`,

View File

@@ -317,7 +317,7 @@ langTr = {
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.`,

View File

@@ -620,7 +620,7 @@ langUz = {
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: `Transfer to official`,
text21: `The withdrawal channel opens on the 1st and 2nd of every month.`,

View File

@@ -317,7 +317,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日開放。`,