主播周奖励 - 增加领取提示
This commit is contained in:
@@ -12,7 +12,7 @@ body {
|
||||
position: fixed;
|
||||
left: 0;
|
||||
top: 0;
|
||||
z-index: 2;
|
||||
z-index: 999;
|
||||
}
|
||||
.back .backIcon {
|
||||
width: 0.5866666667rem;
|
||||
|
@@ -16,7 +16,7 @@ body {
|
||||
position: fixed;
|
||||
left: 0;
|
||||
top: 0;
|
||||
z-index: 2;
|
||||
z-index: 999;
|
||||
|
||||
.backIcon {
|
||||
width: px2rem(44);
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
@@ -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 += `
|
||||
<div class="account">
|
||||
<img style="display:${res.hasBound ? 'block' : 'none'}" src="./images/not.png" alt="" class="sel" name=${res.name} type=${res.type} obj='${JSON.stringify(res)}'>
|
||||
|
@@ -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)
|
||||
|
@@ -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: `إعدادات المشرف`,
|
||||
|
@@ -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`,
|
||||
|
@@ -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`,
|
||||
|
@@ -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`,
|
||||
|
@@ -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: `管理員設置`,
|
||||
|
Reference in New Issue
Block a user