diff --git a/view/molistar/modules/taskCenter/js/mall.js b/view/molistar/modules/taskCenter/js/mall.js index 7a6686b6..898729ee 100644 --- a/view/molistar/modules/taskCenter/js/mall.js +++ b/view/molistar/modules/taskCenter/js/mall.js @@ -126,6 +126,8 @@ let goldBean = $(this).attr('goldBean') let awardId = $(this).attr('awardid') let shopName = $(this).attr('shopName') if(Number(exchangegoldbean)>Number(goldBean)){ + $('.popup_content .title').text(langReplace(localLang.demoModule.Insufficient_points)) + $('.popup_content .content').text(langReplace(localLang.demoModule.Your_rewards)) $('.popup_tip').show() }else{ diff --git a/view/molistar/modules/taskCenter/local/ar.js b/view/molistar/modules/taskCenter/local/ar.js index c3627e61..ebf84df6 100644 --- a/view/molistar/modules/taskCenter/local/ar.js +++ b/view/molistar/modules/taskCenter/local/ar.js @@ -48,5 +48,7 @@ langAr = { pointsDetails:'تفاصيل النقاط', Increase:'زيادة', Consumption:'الاستهلاك', + Insufficient_points:'نقاط غير كافية', + Your_rewards:'نقاطك الحالية غير كافية، يُرجى استبدالها بنقاط أخرى' } } \ 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 369e74f4..b6077ffd 100644 --- a/view/molistar/modules/taskCenter/local/en.js +++ b/view/molistar/modules/taskCenter/local/en.js @@ -48,5 +48,7 @@ langEn = { pointsDetails:'Points Details', Increase:'Increase', Consumption:'Consumption', + Insufficient_points:'Insufficient points', + Your_rewards:'Your current points are insufficient, please exchange for other rewards~' } } \ 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 ff6dc62c..59889828 100644 --- a/view/molistar/modules/taskCenter/local/tr.js +++ b/view/molistar/modules/taskCenter/local/tr.js @@ -48,5 +48,7 @@ langTr = { pointsDetails:'Puan ayrıntıları', 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~' } } \ 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 be930896..1f16aaa2 100644 --- a/view/molistar/modules/taskCenter/local/zh.js +++ b/view/molistar/modules/taskCenter/local/zh.js @@ -48,5 +48,7 @@ langZh = { pointsDetails:'積分明細', Increase:'增加', Consumption:'消耗', + Insufficient_points:'積分不足', + Your_rewards:'你目前的積分不足,請兌換其他~' } } \ No newline at end of file