diff --git a/view/molistar/modules/superId/css/select.css b/view/molistar/modules/superId/css/select.css index 2b72a11..0cc8fa1 100644 --- a/view/molistar/modules/superId/css/select.css +++ b/view/molistar/modules/superId/css/select.css @@ -161,3 +161,11 @@ body { background: url(../images/selButOk.png) no-repeat; background-size: 100% 100%; } + +.arabic .data .box .mp { + text-indent: -0.8rem; +} + +.arabic .data .box b .highlight { + float: left; +} diff --git a/view/molistar/modules/superId/css/select.scss b/view/molistar/modules/superId/css/select.scss index aee6c51..54a66af 100644 --- a/view/molistar/modules/superId/css/select.scss +++ b/view/molistar/modules/superId/css/select.scss @@ -166,4 +166,12 @@ body { .actBut { background: url(../images/selButOk.png) no-repeat; background-size: 100% 100%; +} +.arabic{ + .data .box .mp{ + text-indent: -0.8rem; + } + .data .box b .highlight{ + float: left; + } } \ No newline at end of file diff --git a/view/molistar/modules/superId/js/index.js b/view/molistar/modules/superId/js/index.js index a39f927..e31a779 100644 --- a/view/molistar/modules/superId/js/index.js +++ b/view/molistar/modules/superId/js/index.js @@ -94,7 +94,6 @@ function getConfig() { // 20级 if (res.data.hasPrettyNum) {// 是否有靓号 $('.my .sid b').text(`${res.data.erbanNo}`); - // $('.my .sid b').css('color', '#20DF5F'); $('.my .text').text(`${langReplace(localLang.demoModule.text9)}`); if (!res.data.applySign) {// 30天内有申请 $('.my .text').hide(); @@ -131,6 +130,8 @@ function getConfig() { if (res.data.applySign) {// 30天内有申请 // $('.my .text').hide(); // $('.sidBox').hide() + $('.my .sid b').text(langReplace(localLang.demoModule.text99)); + $('.my .sid b').css('color', '#20DF5F'); } else { if (res.data.examimeStatus == 1) {//审核成功 if (!res.data.applySign) {// 30天内有申请 @@ -170,11 +171,11 @@ function getConfig() { } }) } -function cssFun (){ - $('.my .ts').css('top','3.6rem'); - $('.my .tx').css('top','3.7rem'); - $('.my .name').css('top','4.1rem'); - $('.my .score').css('top','4.8rem'); +function cssFun() { + $('.my .ts').css('top', '3.6rem'); + $('.my .tx').css('top', '3.7rem'); + $('.my .name').css('top', '4.1rem'); + $('.my .score').css('top', '4.8rem'); } // 选择靓号 $('.sidBox .numBox div').click(function () { diff --git a/view/molistar/modules/superId/local/ar.js b/view/molistar/modules/superId/local/ar.js index a72fa54..7008804 100644 --- a/view/molistar/modules/superId/local/ar.js +++ b/view/molistar/modules/superId/local/ar.js @@ -14,6 +14,7 @@ langAr = { text7: `يرجى اختيار 1~3 أرقام`, text8: `بحث عن SID`, text9: `يمكنك تغيير SID الخاص بك الآن.`, + text99: `متاح`, text10: `عذرًا، لا يمكنك تغيير SID الخاص بك الآن.`, text11: `قيد المراجعة`, text12: `غير متوفر`, diff --git a/view/molistar/modules/superId/local/en.js b/view/molistar/modules/superId/local/en.js index 1a0bd92..a8e71c7 100644 --- a/view/molistar/modules/superId/local/en.js +++ b/view/molistar/modules/superId/local/en.js @@ -12,6 +12,7 @@ langEn = { text7: `Please choose 1~3 number`, text8: `Search SID`, text9: `You can change your SID right now.`, + text99: `Available`, text10: `Sorry, You cannot change Your SID now`, text11: `In Review`, text12: `Unavailable`, diff --git a/view/molistar/modules/superId/local/zh.js b/view/molistar/modules/superId/local/zh.js index 20db9a8..e6b2435 100644 --- a/view/molistar/modules/superId/local/zh.js +++ b/view/molistar/modules/superId/local/zh.js @@ -14,6 +14,7 @@ langZh = { text7: `请选择1~3个数字`, text8: `搜索SID`, text9: `您现在可以更改您的SID。`, + text99: `可用`, text10: `对不起,您现在不能更改您的SID。`, text11: `审核中`, text12: `不可用`,