薪资账户-新增Zalo提款类型
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
}
|
||||
// 获取
|
||||
|
@@ -381,6 +381,7 @@ langAr = {
|
||||
EVP:'EVP:الرمز',
|
||||
p71: `حساب المستلم (رقم الهاتف)`,
|
||||
p72:'الصيغة: 11 رقمًا تبدأ بـ 09',
|
||||
p73:'الصيغة: 11 رقمًا تبدأ بـ 84',
|
||||
AccountNo:'رقم الحساب',
|
||||
|
||||
},
|
||||
|
@@ -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: {
|
||||
|
@@ -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',
|
||||
|
||||
},
|
||||
|
@@ -384,7 +384,7 @@ langZh = {
|
||||
p71: `收款人賬號(電話號碼格式)`,
|
||||
p72:'格式:以09開頭的11位數字',
|
||||
AccountNo:'帳號',
|
||||
|
||||
p73:'格式:以84開頭的11位數字',
|
||||
},
|
||||
weeklyRewards: {
|
||||
text1: `主播每週獎勵`,
|
||||
|
Reference in New Issue
Block a user