diff --git a/view/eparty/modules/guild-ar/css/weeklyRewards.css b/view/eparty/modules/guild-ar/css/weeklyRewards.css index 56650c9..c518cda 100644 --- a/view/eparty/modules/guild-ar/css/weeklyRewards.css +++ b/view/eparty/modules/guild-ar/css/weeklyRewards.css @@ -12,7 +12,7 @@ body { position: fixed; left: 0; top: 0; - z-index: 2; + z-index: 999; } .back .backIcon { width: 0.5866666667rem; diff --git a/view/eparty/modules/guild-ar/css/weeklyRewards.scss b/view/eparty/modules/guild-ar/css/weeklyRewards.scss index 783beb6..4cbd62f 100644 --- a/view/eparty/modules/guild-ar/css/weeklyRewards.scss +++ b/view/eparty/modules/guild-ar/css/weeklyRewards.scss @@ -16,7 +16,7 @@ body { position: fixed; left: 0; top: 0; - z-index: 2; + z-index: 999; .backIcon { width: px2rem(44); diff --git a/view/eparty/modules/guild-ar/images/weeklyRewardsRule2.png b/view/eparty/modules/guild-ar/images/weeklyRewardsRule2.png index 1c754e7..0a2cc3d 100644 Binary files a/view/eparty/modules/guild-ar/images/weeklyRewardsRule2.png and b/view/eparty/modules/guild-ar/images/weeklyRewardsRule2.png differ diff --git a/view/eparty/modules/guild-ar/js/salary.js b/view/eparty/modules/guild-ar/js/salary.js index f8742f0..4f79fa0 100644 --- a/view/eparty/modules/guild-ar/js/salary.js +++ b/view/eparty/modules/guild-ar/js/salary.js @@ -166,7 +166,7 @@ function getTab() { // 渲染账户列表 var accountListStr = ''; $('.selectAccount .selectAccount_in .accountBox .account').remove(); - res.data.withdrawAccountList.forEach(res => { + res.data.withdrawAccountList?.forEach(res => { accountListStr += `
diff --git a/view/eparty/modules/guild-ar/js/weeklyRewards.js b/view/eparty/modules/guild-ar/js/weeklyRewards.js index 605c84d..c45df1c 100644 --- a/view/eparty/modules/guild-ar/js/weeklyRewards.js +++ b/view/eparty/modules/guild-ar/js/weeklyRewards.js @@ -191,6 +191,7 @@ function getReward(id, isBonus) { }, success(res) { if (res.code === 200) { + toastMsg(langReplace(localLang.demoModule.The_wallet)) getConfig(); } else { toastMsg(res.message) diff --git a/view/eparty/modules/guild-ar/local/ar.js b/view/eparty/modules/guild-ar/local/ar.js index d6c46c1..c9c1bfa 100644 --- a/view/eparty/modules/guild-ar/local/ar.js +++ b/view/eparty/modules/guild-ar/local/ar.js @@ -57,7 +57,7 @@ langAr = { weeklyRewardsText6: 'وقت إعادة التعيين: الاثنين 0:00 (GMT+8)', Game_income:'دخل اللعبة', Diamond_income:'دخل الماس', - Total_coins:'إجمالي المكافآت يصل إلى ١٬٠٠٠٬٠٣٠ عملة!', + Total_coins:'إجمالي المكافآت يصل إلى 1350000 كونزة', Countdown:'العد التنازلي:', Day:'اليوم', Host_Level:'مستوى المضيف:', @@ -68,6 +68,8 @@ langAr = { mic_chat:'ساعتين من الدردشة الصوتية اليومية', Unlock_time:'افتح المكافآت الإضافية بإكمال 5 أيام بمدة 120 دقيقة يومياً على الميكروفون', Days:'الأيام', + The_wallet:'لقد تم استلام المكافأة بنجاح وتم وضع الكونزات في محفظتك', + }, adminSet: { text1: `إعدادات المشرف`, diff --git a/view/eparty/modules/guild-ar/local/br.js b/view/eparty/modules/guild-ar/local/br.js index 0f93573..1c493ed 100644 --- a/view/eparty/modules/guild-ar/local/br.js +++ b/view/eparty/modules/guild-ar/local/br.js @@ -55,7 +55,7 @@ langBr = { weeklyRewardsText6: 'Tempo de reset: Segunda-feira 0:00 (GMT+8)', Game_income:'Renda do jogo', Diamond_income:'Renda do diamante', - Total_coins:'Recompensa total de até 1.000.030 moedas!', + Total_coins:'Recompensa total de até 1350000 moedas!', Countdown:'Contagem Regressiva:', Day:'Dia', Host_Level:'Nível do Anfitrião:', @@ -66,6 +66,8 @@ langBr = { mic_chat:'2 horas de chat de microfone diário', Unlock_time:'Desbloqueie recompensas extras completando 5 dias com 120 mins de tempo diário no microfone', Days:'Dias', + The_wallet:'A recompensa foi recebida com sucesso e as moedas de ouro foram colocadas em sua carteira.', + }, adminSet: { text1: `Administrador`, diff --git a/view/eparty/modules/guild-ar/local/en.js b/view/eparty/modules/guild-ar/local/en.js index 0af6b71..3720c54 100644 --- a/view/eparty/modules/guild-ar/local/en.js +++ b/view/eparty/modules/guild-ar/local/en.js @@ -55,7 +55,7 @@ langEn = { weeklyRewardsText6: 'Reset time: Monday 0:00 (GMT+8)', Game_income:'Game income', Diamond_income:'Diamond income', - Total_coins:'Total reward of up to 1,000,030 coins!', + Total_coins:'Total reward of up to 1350000 coins!', Countdown:'Countdown:', Day:'Day', Host_Level:'Host Level:', @@ -66,6 +66,8 @@ langEn = { mic_chat:'2 hours of daily mic chat', Unlock_time:'Unlock extra rewards by completing 5 days with 120 mins of daily mic time', Days:'Days', + The_wallet:'The reward has been successfully received and the coins have been put into your wallet.', + }, adminSet: { text1: `Administrator`, diff --git a/view/eparty/modules/guild-ar/local/tr.js b/view/eparty/modules/guild-ar/local/tr.js index 8d5395c..bd14ba0 100644 --- a/view/eparty/modules/guild-ar/local/tr.js +++ b/view/eparty/modules/guild-ar/local/tr.js @@ -55,7 +55,7 @@ langTr = { weeklyRewardsText6: 'Sıfırlama Zamanı: Pazartesi 0:00 (GMT+8)', Game_income:'Oyun geliri', Diamond_income:'Elmas geliri', - Total_coins:'Toplam ödül 1.000.030 jeton kadar!', + Total_coins:'Toplam ödül 1350000 jeton kadar!', Countdown:'Geri Sayım:', Day:'Gün', Host_Level:'Sunucu Seviyesi:', @@ -66,6 +66,8 @@ langTr = { mic_chat:'Günlük 2 saat mikrofon sohbeti', Unlock_time:'Günlük 120 dakika mikrofon süresi ile 5 günü tamamlayarak ekstra ödüllerin kilidini açın', Days:'Günler', + The_wallet:'Ödül başarıyla alındı ​​ve altın paralar cüzdanınıza yatırıldı.', + }, adminSet: { text1: `Yönetici`, diff --git a/view/eparty/modules/guild-ar/local/zh.js b/view/eparty/modules/guild-ar/local/zh.js index ca137c3..0d7fbb7 100644 --- a/view/eparty/modules/guild-ar/local/zh.js +++ b/view/eparty/modules/guild-ar/local/zh.js @@ -57,7 +57,7 @@ langZh = { weeklyRewardsText6: '重置時間:週一 0:00(GMT+8)', Game_income:'遊戲收益', Diamond_income:'鑽石收益', - Total_coins:'总金币奖励高达1,000,030!', + Total_coins:'总金币奖励高达1350000!', Countdown:'倒计时:', Day:'天', Host_Level:'主播等级:', @@ -68,7 +68,7 @@ langZh = { mic_chat:'每天两小时上麦聊天', Unlock_time:'完成5天,每天上麦时长120mins即可解锁额外奖励', Days:'天数', - + The_wallet:'领取成功,奖励的金币已经放入你的钱包~', }, adminSet: { text1: `管理員設置`,