薪资账户-新增Zalo提款类型

This commit is contained in:
chenruiye
2025-06-05 17:35:21 +08:00
parent 9a90fea82c
commit 85ed8384c4
5 changed files with 8 additions and 1 deletions

View File

@@ -92,6 +92,10 @@ function translateFun() {
$('.p7').text(langReplace(localLang.pTitle.p71));
$('.text8').attr('placeholder', langReplace(localLang.pTitle.p72));
}
if(typeName == 'zalo'){
$('.p7').text(langReplace(localLang.pTitle.AccountNo));
$('.text8').attr('placeholder', langReplace(localLang.pTitle.p73));
}
}
// 获取

View File

@@ -381,6 +381,7 @@ langAr = {
EVP:'EVPالرمز',
p71: `حساب المستلم (رقم الهاتف)`,
p72:'الصيغة: 11 رقمًا تبدأ بـ 09',
p73:'الصيغة: 11 رقمًا تبدأ بـ 84',
AccountNo:'رقم الحساب',
},

View File

@@ -384,6 +384,7 @@ langEn = {
EVP:'B:EVP',
p71: `payeeAccount(Phone number)`,
p72:'Format: 11 digits starting with 09',
p73:'Format: 11 digits starting with 84',
AccountNo:'Account No',
},
weeklyRewards: {

View File

@@ -383,6 +383,7 @@ langTr = {
EVP:'B:EVP',
p71: `alıcıHesap (Telefon numarası)`,
p72:'Biçim: 09 ile başlayan 11 hane',
p73:'Biçim: 84 ile başlayan 11 hane',
AccountNo:'Hesap No',
},

View File

@@ -384,7 +384,7 @@ langZh = {
p71: `收款人賬號(電話號碼格式)`,
p72:'格式以09開頭的11位數字',
AccountNo:'帳號',
p73:'格式以84開頭的11位數字',
},
weeklyRewards: {
text1: `主播每週獎勵`,