幸运数字-修改阿语区选择数字的顺序

This commit is contained in:
chenruiye
2025-05-21 18:47:03 +08:00
parent 3d3e348c2e
commit 0372e8d69f

View File

@@ -66,7 +66,7 @@ function translateFun() {
$('.describe_box .txt').html(langReplace(localLang.demoModule.describe_txt));
$('.reward_wrap .txt').html(langReplace(localLang.demoModule.reward_txt));
$('.conis_bg .conis_txt .Share').html(langReplace(localLang.demoModule.Share));
$('.popup_container .popup_content .My_Fortunate_Numbers').html(langReplace(localLang.demoModule.My_Fortunate_Numbers));
$('.My_Fortunate_Numbers').html(langReplace(localLang.demoModule.My_Fortunate_Numbers));
$('.sumbit_btn').html(langReplace(localLang.demoModule.Submit));
$('.Deadline_for_participation').html(langReplace(localLang.demoModule.Deadline_for_participation));
$('.Today_Fortunate_Number').html(langReplace(localLang.demoModule.Today_Fortunate_Number));
@@ -347,6 +347,10 @@ $('.popup_sumbit .popup_content .close_btn').click(function () {
// 提交选择的幸运数字
$('.popup_sumbit .popup_content .sumbit_btn').click(function () {
let number = String(leftNumber) + String(rightNumber);
console.log(localLang)
if(localLang.code == 'ar'){
number = String(rightNumber) + String(leftNumber);
}
submitLuckyNumber(number)
});
// 提交