优化靓号申请

This commit is contained in:
dragon
2024-10-09 13:44:21 +08:00
parent 56b8a00b92
commit 9891bf533a
6 changed files with 26 additions and 6 deletions

View File

@@ -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;
}

View File

@@ -167,3 +167,11 @@ body {
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;
}
}

View File

@@ -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 () {

View File

@@ -14,6 +14,7 @@ langAr = {
text7: `يرجى اختيار 1~3 أرقام`,
text8: `بحث عن SID`,
text9: `يمكنك تغيير SID الخاص بك الآن.`,
text99: `متاح`,
text10: `عذرًا، لا يمكنك تغيير SID الخاص بك الآن.`,
text11: `قيد المراجعة`,
text12: `غير متوفر`,

View File

@@ -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`,

View File

@@ -14,6 +14,7 @@ langZh = {
text7: `请选择1~3个数字`,
text8: `搜索SID`,
text9: `您现在可以更改您的SID。`,
text99: `可用`,
text10: `对不起您现在不能更改您的SID。`,
text11: `审核中`,
text12: `不可用`,