日任务中心 - 积分明细 -添加金豆类型

This commit is contained in:
2025-08-13 15:37:33 +08:00
parent 2ce5e2a936
commit 40f633cc4d
7 changed files with 17 additions and 8 deletions

View File

@@ -28,7 +28,7 @@
<div class="info">
<div class="goldBean_info">
<img src="./images/jindou.png" alt="" class="goldBean_img" />
<span class="goldBean">502</span>
<span class="goldBean"></span>
</div>
<div class="Mall_box">
<img src="./images/mall.png" alt="" class="mall_img" />

View File

@@ -88,11 +88,11 @@ function getData() {
str += `
<div class="data_box">
<div class="left">
<div class="title">${item.type == 2?`${langReplace(localLang.demoModule.Exchange)}${item.shopName}*${item.num}`:funTaskType(item.taskType, item.reachNum,item.standardValue)}</div>
<div class="title">${item.type == 2?`${langReplace(localLang.demoModule.Exchange)}${item.shopName}*${item.num}`:item.type == 3?`${langReplace(localLang.demoModule.Boom_reward)}`:funTaskType(item.taskType, item.reachNum,item.standardValue)}</div>
<div class="createTime">${item.createTime}</div>
</div>
<div class="right">
<span class="operateBean">${item.type == 1 ? '+' : ''}${item.operateBean}</span>
<span class="operateBean">${item.type == 1||item.type == 3 ? '+' : ''}${item.operateBean}</span>
<img src="./images/jindou.png" alt="">
</div>
</div>

View File

@@ -49,6 +49,8 @@ langAr = {
Increase:'زيادة',
Consumption:'الاستهلاك',
Insufficient_points:'نقاط غير كافية',
Your_rewards:'نقاطك الحالية غير كافية، يُرجى استبدالها بنقاط أخرى'
Your_rewards:'نقاطك الحالية غير كافية، يُرجى استبدالها بنقاط أخرى',
Boom_reward:'مكافأة الطفرة',
}
}

View File

@@ -48,6 +48,8 @@ langBr = {
Increase: 'Aumento',
Consumption: 'Consumo',
Insufficient_points: 'Pontos insuficientes',
Your_rewards: 'Seus pontos atuais são insuficientes, troque por outras recompensas~'
Your_rewards: 'Seus pontos atuais são insuficientes, troque por outras recompensas~',
Boom_reward:'Recompensa de boom',
}
}

View File

@@ -49,6 +49,8 @@ langEn = {
Increase:'Increase',
Consumption:'Consumption',
Insufficient_points:'Insufficient points',
Your_rewards:'Your current points are insufficient, please exchange for other rewards~'
Your_rewards:'Your current points are insufficient, please exchange for other rewards~',
Boom_reward:'Boom reward',
}
}

View File

@@ -49,6 +49,8 @@ langTr = {
Increase:'Artır',
Consumption:'Tüketim',
Insufficient_points:'Yetersiz puan',
Your_rewards:'Mevcut puanlarınız yetersiz, lütfen diğer puanlarla değiştirin~'
Your_rewards:'Mevcut puanlarınız yetersiz, lütfen diğer puanlarla değiştirin~',
Boom_reward:'Patlama ödülü',
}
}

View File

@@ -49,6 +49,7 @@ langZh = {
Increase:'增加',
Consumption:'消耗',
Insufficient_points:'積分不足',
Your_rewards:'你目前的積分不足,請兌換其他~'
Your_rewards:'你目前的積分不足,請兌換其他~',
Boom_reward:'Boom奖励',
}
}