|
@@ -189,7 +189,7 @@
|
|
<div class="close-title" v-if="data.close_text">{{ data.close_text }}</div>
|
|
<div class="close-title" v-if="data.close_text">{{ data.close_text }}</div>
|
|
</div>
|
|
</div>
|
|
<div class="luck-list-title">
|
|
<div class="luck-list-title">
|
|
- <div>{{ data.detail.receiveCount || 0 }}/{{ data.detail.totalCount || 0 }} People Get</div>
|
|
|
|
|
|
+ <div>{{ data.detail.receiveCount || 0 }}/{{ data.detail.totalCount || 0 }} Get</div>
|
|
<div> {{ data.detail.receiveAmountValue }} / {{ data.detail.amountValue || '' }} {{
|
|
<div> {{ data.detail.receiveAmountValue }} / {{ data.detail.amountValue || '' }} {{
|
|
data.detail.currencySymbol || ''
|
|
data.detail.currencySymbol || ''
|
|
}}</div>
|
|
}}</div>
|
|
@@ -695,6 +695,7 @@ function handleErrorCode(res) {
|
|
// 重复操作过于频繁
|
|
// 重复操作过于频繁
|
|
case '-106':
|
|
case '-106':
|
|
message.error('Clicking too often, wait a moment and click again')
|
|
message.error('Clicking too often, wait a moment and click again')
|
|
|
|
+ this.loading_show =false
|
|
break
|
|
break
|
|
// 红包不存在
|
|
// 红包不存在
|
|
case '2001':
|
|
case '2001':
|
|
@@ -1004,6 +1005,9 @@ body {
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
color: #B0B0B0;
|
|
color: #B0B0B0;
|
|
border-bottom: 1px solid #D1D1D1;
|
|
border-bottom: 1px solid #D1D1D1;
|
|
|
|
+ div:last-child{
|
|
|
|
+ text-align: right;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
.luck-list {
|
|
.luck-list {
|
|
@@ -1073,6 +1077,7 @@ body {
|
|
display: flex;
|
|
display: flex;
|
|
height: 17px;
|
|
height: 17px;
|
|
align-items: center;
|
|
align-items: center;
|
|
|
|
+ height: 100%;
|
|
|
|
|
|
img {
|
|
img {
|
|
width: 14px;
|
|
width: 14px;
|
|
@@ -1083,6 +1088,7 @@ body {
|
|
.luck-money-txt {
|
|
.luck-money-txt {
|
|
font-weight: 500;
|
|
font-weight: 500;
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
|
|
+ word-break: break-all;
|
|
/* identical to box height */
|
|
/* identical to box height */
|
|
|
|
|
|
text-align: right;
|
|
text-align: right;
|
|
@@ -1296,6 +1302,7 @@ body {
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
|
|
|
|
.txt {
|
|
.txt {
|
|
|
|
+ width: 90%;
|
|
font-weight: 400;
|
|
font-weight: 400;
|
|
font-size: 12px;
|
|
font-size: 12px;
|
|
line-height: 14px;
|
|
line-height: 14px;
|
|
@@ -1383,6 +1390,10 @@ body {
|
|
width: 100%;
|
|
width: 100%;
|
|
position: absolute;
|
|
position: absolute;
|
|
top: 65px;
|
|
top: 65px;
|
|
|
|
+ display: flex;
|
|
|
|
+ flex-wrap: wrap;
|
|
|
|
+ align-items: center;
|
|
|
|
+ justify-content: center;
|
|
|
|
|
|
.txt {
|
|
.txt {
|
|
font-weight: 800;
|
|
font-weight: 800;
|
|
@@ -1399,6 +1410,7 @@ body {
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: center;
|
|
justify-content: center;
|
|
align-items: center;
|
|
align-items: center;
|
|
|
|
+ width:90%;
|
|
|
|
|
|
img {
|
|
img {
|
|
width: 46px;
|
|
width: 46px;
|
|
@@ -1488,7 +1500,7 @@ body {
|
|
bottom: 28px;
|
|
bottom: 28px;
|
|
left: 50%;
|
|
left: 50%;
|
|
margin-left: -167.5px;
|
|
margin-left: -167.5px;
|
|
- z-index: 2;
|
|
|
|
|
|
+ z-index: 4;
|
|
}
|
|
}
|
|
|
|
|
|
.open-gif {
|
|
.open-gif {
|
|
@@ -1496,7 +1508,7 @@ body {
|
|
height: 200px;
|
|
height: 200px;
|
|
text-align: center;
|
|
text-align: center;
|
|
position: absolute;
|
|
position: absolute;
|
|
- bottom: 100px;
|
|
|
|
|
|
+ bottom: 70px;
|
|
left: 50%;
|
|
left: 50%;
|
|
margin-left: -100px;
|
|
margin-left: -100px;
|
|
z-index: 3;
|
|
z-index: 3;
|