From d36dbd7d09e25d068737a3ad095366b45aa8c386 Mon Sep 17 00:00:00 2001 From: dragon <3013557874@qq.com> Date: Thu, 26 Sep 2024 17:34:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=8F=90=E7=8E=B0bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/molistar/modules/guild-ar/js/BANK.js | 2 ++ view/molistar/modules/guild-ar/js/PAYONNER.js | 10 ++++++---- view/molistar/modules/guild-ar/js/VODAFONE.js | 2 ++ view/molistar/modules/guild-ar/js/salary.js | 6 +++++- view/molistar/modules/guild-ar/local/ar.js | 5 +++-- view/molistar/modules/guild-ar/local/en.js | 5 +++-- view/molistar/modules/guild-ar/local/zh.js | 5 +++-- 7 files changed, 24 insertions(+), 11 deletions(-) diff --git a/view/molistar/modules/guild-ar/js/BANK.js b/view/molistar/modules/guild-ar/js/BANK.js index a512055d..305fea7d 100644 --- a/view/molistar/modules/guild-ar/js/BANK.js +++ b/view/molistar/modules/guild-ar/js/BANK.js @@ -83,8 +83,10 @@ function get() { fields = res.data.fields; if (fields.country == '') { $('.but .determine').hide(); + $('.but .ok').show(); } else { $('.but .determine').show(); + $('.but .ok').hide(); } $('.country input').val(fields.country); $('.payeeAccountNo input').val(fields.bank_account); diff --git a/view/molistar/modules/guild-ar/js/PAYONNER.js b/view/molistar/modules/guild-ar/js/PAYONNER.js index 4111f827..50bfba8d 100644 --- a/view/molistar/modules/guild-ar/js/PAYONNER.js +++ b/view/molistar/modules/guild-ar/js/PAYONNER.js @@ -62,10 +62,10 @@ function translateFun() { $('.text3').text(langReplace(localLang.payonner.text3)); $('.text4').text(langReplace(localLang.payonner.text4)); $('.text5').text(langReplace(localLang.payonner.text5)); - $('.text6').attr('placeholder',langReplace(localLang.payonner.text6)); - $('.text7').attr('placeholder',langReplace(localLang.payonner.text7)); - $('.text8').attr('placeholder',langReplace(localLang.payonner.text8)); - $('.text9').attr('placeholder',langReplace(localLang.payonner.text9)); + $('.text6').attr('placeholder', langReplace(localLang.payonner.text6)); + $('.text7').attr('placeholder', langReplace(localLang.payonner.text7)); + $('.text8').attr('placeholder', langReplace(localLang.payonner.text8)); + $('.text9').attr('placeholder', langReplace(localLang.payonner.text9)); } // 获取 @@ -82,8 +82,10 @@ function get() { fields = res.data.fields; if (fields.country == '') { $('.but .determine').hide(); + $('.but .ok').show(); } else { $('.but .determine').show(); + $('.but .ok').hide(); } $('.country input').val(fields.country); $('.payeeAccountNo input').val(fields.bank_account); diff --git a/view/molistar/modules/guild-ar/js/VODAFONE.js b/view/molistar/modules/guild-ar/js/VODAFONE.js index e06d78b8..14d1e539 100644 --- a/view/molistar/modules/guild-ar/js/VODAFONE.js +++ b/view/molistar/modules/guild-ar/js/VODAFONE.js @@ -79,8 +79,10 @@ function get() { fields = res.data.fields; if (fields.country == '') { $('.but .determine').hide(); + $('.but .ok').show(); } else { $('.but .determine').show(); + $('.but .ok').hide(); } $('.country input').val(fields.country); $('.payeeAccountNo input').val(fields.bank_account); diff --git a/view/molistar/modules/guild-ar/js/salary.js b/view/molistar/modules/guild-ar/js/salary.js index f4f2a024..c7497958 100644 --- a/view/molistar/modules/guild-ar/js/salary.js +++ b/view/molistar/modules/guild-ar/js/salary.js @@ -539,7 +539,11 @@ $('.pubWithdrawal .pubWithdrawal_in .ok').click(function () { accountType, type, }; - operate(obj) + if ($(this).attr('accountType') == 'VODAFONE' && $(this).attr('guildUsdNum') > 1000) { + toastMsg('超出限额') + } else { + operate(obj) + } }) // 取消提现按钮 $('.pubWithdrawal .pubWithdrawal_in .close').click(function () { diff --git a/view/molistar/modules/guild-ar/local/ar.js b/view/molistar/modules/guild-ar/local/ar.js index 610a0067..f58b3c4c 100644 --- a/view/molistar/modules/guild-ar/local/ar.js +++ b/view/molistar/modules/guild-ar/local/ar.js @@ -243,6 +243,7 @@ langAr = { textnew11: `سحب`, textnew12: `إلغاء`, textnew13: `يرجى اختيار حساب السحب`, + textnew14: `أكثر من الحد الأقصى للمبلغ القابل للتحويل.`, }, bill: { text1: `الفاتورة`, @@ -279,7 +280,7 @@ langAr = { payonner: { text1: `Payonner`, text2: `تأكيد`, - text3: `تحديد`, + text3: `إلغاء الربط`, text4: `البلد`, text5: `موافق`, text6: `نوع العملة:`, @@ -290,7 +291,7 @@ langAr = { }, bank: { text1: `تأكيد`, - text2: `تحديد`, + text2: `إلغاء الربط`, text3: `البلد`, text4: `موافق`, text5: `البلد`, diff --git a/view/molistar/modules/guild-ar/local/en.js b/view/molistar/modules/guild-ar/local/en.js index e1de8834..a32ad4db 100644 --- a/view/molistar/modules/guild-ar/local/en.js +++ b/view/molistar/modules/guild-ar/local/en.js @@ -241,6 +241,7 @@ langEn = { textnew11: `Withdraw`, textnew12: `Cancel`, textnew13: `Please select a withdrawal account`, + textnew14: `More than the maximum transferable amount.`, }, bill: { text1: `Bill`, @@ -278,7 +279,7 @@ langEn = { payonner: { text1: `Payonner `, text2: `Confirm`, - text3: `Determine`, + text3: `Unbind `, text4: `Country`, text5: `OK`, text6: `Currency Type:`, @@ -289,7 +290,7 @@ langEn = { }, bank: { text1: `Confirm`, - text2: `Determine`, + text2: `Unbind `, text3: `Country`, text4: `OK`, text5: `Country`, diff --git a/view/molistar/modules/guild-ar/local/zh.js b/view/molistar/modules/guild-ar/local/zh.js index b7675eab..23cb501d 100644 --- a/view/molistar/modules/guild-ar/local/zh.js +++ b/view/molistar/modules/guild-ar/local/zh.js @@ -244,6 +244,7 @@ langZh = { textnew11: `提款`, textnew12: `取消`, textnew13: `請選擇提款賬戶`, + textnew14: `超過最大可轉賬金額。`, }, bill: { text1: `賬單`, @@ -280,7 +281,7 @@ langZh = { payonner: { text1: `Payonner`, text2: `確認`, - text3: `確定`, + text3: `解绑`, text4: `國家`, text5: `確定`, text6: `貨幣類型:`, @@ -291,7 +292,7 @@ langZh = { }, bank: { text1: `確認`, - text2: `確定`, + text2: `解绑`, text3: `國家`, text4: `確定`, text5: `國家`,