优化靓号申请
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
@@ -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;
|
||||
}
|
||||
}
|
@@ -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天内有申请
|
||||
|
@@ -14,6 +14,7 @@ langAr = {
|
||||
text7: `يرجى اختيار 1~3 أرقام`,
|
||||
text8: `بحث عن SID`,
|
||||
text9: `يمكنك تغيير SID الخاص بك الآن.`,
|
||||
text99: `متاح`,
|
||||
text10: `عذرًا، لا يمكنك تغيير SID الخاص بك الآن.`,
|
||||
text11: `قيد المراجعة`,
|
||||
text12: `غير متوفر`,
|
||||
|
@@ -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`,
|
||||
|
@@ -14,6 +14,7 @@ langZh = {
|
||||
text7: `请选择1~3个数字`,
|
||||
text8: `搜索SID`,
|
||||
text9: `您现在可以更改您的SID。`,
|
||||
text99: `可用`,
|
||||
text10: `对不起,您现在不能更改您的SID。`,
|
||||
text11: `审核中`,
|
||||
text12: `不可用`,
|
||||
|
Reference in New Issue
Block a user