日任务中心 - 积分明细 -添加金豆类型
This commit is contained in:
@@ -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" />
|
||||
|
@@ -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>
|
||||
|
@@ -49,6 +49,8 @@ langAr = {
|
||||
Increase:'زيادة',
|
||||
Consumption:'الاستهلاك',
|
||||
Insufficient_points:'نقاط غير كافية',
|
||||
Your_rewards:'نقاطك الحالية غير كافية، يُرجى استبدالها بنقاط أخرى'
|
||||
Your_rewards:'نقاطك الحالية غير كافية، يُرجى استبدالها بنقاط أخرى',
|
||||
Boom_reward:'مكافأة الطفرة',
|
||||
|
||||
}
|
||||
}
|
@@ -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',
|
||||
|
||||
}
|
||||
}
|
@@ -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',
|
||||
|
||||
}
|
||||
}
|
@@ -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ü',
|
||||
|
||||
}
|
||||
}
|
@@ -49,6 +49,7 @@ langZh = {
|
||||
Increase:'增加',
|
||||
Consumption:'消耗',
|
||||
Insufficient_points:'積分不足',
|
||||
Your_rewards:'你目前的積分不足,請兌換其他~'
|
||||
Your_rewards:'你目前的積分不足,請兌換其他~',
|
||||
Boom_reward:'Boom奖励',
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user