diff --git a/view/molistar/modules/taskCenter/index.html b/view/molistar/modules/taskCenter/index.html index 7cca24ca..988849a7 100644 --- a/view/molistar/modules/taskCenter/index.html +++ b/view/molistar/modules/taskCenter/index.html @@ -28,7 +28,7 @@
- 502 +
diff --git a/view/molistar/modules/taskCenter/js/pointsDetails.js b/view/molistar/modules/taskCenter/js/pointsDetails.js index 22e425fc..5410c6d0 100644 --- a/view/molistar/modules/taskCenter/js/pointsDetails.js +++ b/view/molistar/modules/taskCenter/js/pointsDetails.js @@ -88,11 +88,11 @@ function getData() { str += `
-
${item.type == 2?`${langReplace(localLang.demoModule.Exchange)}${item.shopName}*${item.num}`:funTaskType(item.taskType, item.reachNum,item.standardValue)}
+
${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)}
${item.createTime}
- ${item.type == 1 ? '+' : ''}${item.operateBean} + ${item.type == 1||item.type == 3 ? '+' : ''}${item.operateBean}
diff --git a/view/molistar/modules/taskCenter/local/ar.js b/view/molistar/modules/taskCenter/local/ar.js index ebf84df6..9d53bba3 100644 --- a/view/molistar/modules/taskCenter/local/ar.js +++ b/view/molistar/modules/taskCenter/local/ar.js @@ -49,6 +49,8 @@ langAr = { Increase:'زيادة', Consumption:'الاستهلاك', Insufficient_points:'نقاط غير كافية', - Your_rewards:'نقاطك الحالية غير كافية، يُرجى استبدالها بنقاط أخرى' + Your_rewards:'نقاطك الحالية غير كافية، يُرجى استبدالها بنقاط أخرى', + Boom_reward:'مكافأة الطفرة', + } } \ No newline at end of file diff --git a/view/molistar/modules/taskCenter/local/br.js b/view/molistar/modules/taskCenter/local/br.js index 99fa13a6..d66d28bf 100644 --- a/view/molistar/modules/taskCenter/local/br.js +++ b/view/molistar/modules/taskCenter/local/br.js @@ -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', + } } \ No newline at end of file diff --git a/view/molistar/modules/taskCenter/local/en.js b/view/molistar/modules/taskCenter/local/en.js index b6077ffd..cdcc3bfb 100644 --- a/view/molistar/modules/taskCenter/local/en.js +++ b/view/molistar/modules/taskCenter/local/en.js @@ -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', + } } \ No newline at end of file diff --git a/view/molistar/modules/taskCenter/local/tr.js b/view/molistar/modules/taskCenter/local/tr.js index 59889828..050a28a7 100644 --- a/view/molistar/modules/taskCenter/local/tr.js +++ b/view/molistar/modules/taskCenter/local/tr.js @@ -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ü', + } } \ No newline at end of file diff --git a/view/molistar/modules/taskCenter/local/zh.js b/view/molistar/modules/taskCenter/local/zh.js index 1f16aaa2..aa3fc5c3 100644 --- a/view/molistar/modules/taskCenter/local/zh.js +++ b/view/molistar/modules/taskCenter/local/zh.js @@ -49,6 +49,7 @@ langZh = { Increase:'增加', Consumption:'消耗', Insufficient_points:'積分不足', - Your_rewards:'你目前的積分不足,請兌換其他~' + Your_rewards:'你目前的積分不足,請兌換其他~', + Boom_reward:'Boom奖励', } } \ No newline at end of file