修复阿拉伯充值bug

This commit is contained in:
dragon
2024-06-15 01:32:13 +08:00
parent f9e0b60f87
commit 89e111b64f
4 changed files with 21 additions and 8 deletions

View File

@@ -428,7 +428,13 @@ body {
.content .content3 .text6 {
top: 7.05333rem;
right: 0.4rem;
right: 0.73333rem;
}
.content .content3 .text6 b {
text-align: right;
position: absolute;
right: -0.1rem;
}
.content .content3 .schedule {
@@ -543,7 +549,7 @@ body {
.content .content4 .text7 b {
text-align: right;
position: absolute;
right: -0.15rem;
right: -0;
}
.content .content4 .text8 {
@@ -668,7 +674,7 @@ body {
.content .content5 .text7 b {
text-align: right;
position: absolute;
right: -0.15rem;
right: -0rem;
}
.content .content5 .text8 {

View File

@@ -431,7 +431,13 @@ body {
.text6 {
top: px2rem(529);
right: px2rem(30);
right: px2rem(55);
b {
text-align: right;
position: absolute;
right: -0.1rem;
}
}
.schedule {
@@ -545,7 +551,7 @@ body {
b {
text-align: right;
position: absolute;
right: -0.15rem;
right: -0;
}
}
@@ -670,7 +676,7 @@ body {
b {
text-align: right;
position: absolute;
right: -0.15rem;
right: -0rem;
}
}

View File

@@ -75,7 +75,7 @@
<div class="text text3">دخلة لمدة 15 يوم</div>
<div class="text text4">فقاعة دردشة 30 يوم</div>
<div class="text text5">3*1000عملة ذهبية هدية </div>
<div class="text text6">ألف عملة ذهبية </div>
<div class="text text6">ألف عملة ذهبية <b>50</b></div>
<div class="schedule"><b>0</b><span>/799.99</span></div>
<img src="./images/content3_gift.png" alt="" class="content3_gift">
<div class="but"></div>

View File

@@ -144,6 +144,7 @@ function draw(key) {
success(res) {
if (res.code === 200) {
getConfig();
toastMsg('تم الاستلام بنجاح')
} else {
toastMsg(res.message)
}
@@ -177,7 +178,7 @@ function pageRecord(page) {
isLock = false;
} else {
var str = '';
res.data.rows.forEache(res => {
res.data.rows.forEach(res => {
str += `
<li>
<div>${res.rewardDesc}</div>