Compare commits
2 Commits
fc4be7e8e0
...
3844d2db64
Author | SHA1 | Date |
---|---|---|
huangzhen | 3844d2db64 | |
huangzhen | 7b67fddbe9 |
|
@ -144,7 +144,7 @@ html {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// PC 模版展示
|
// PC 模版展示 固定667px盒子
|
||||||
.comWrapperPC {
|
.comWrapperPC {
|
||||||
min-height: 667px !important;
|
min-height: 667px !important;
|
||||||
}
|
}
|
||||||
|
|
|
@ -661,7 +661,6 @@ export default {
|
||||||
res.data.forEach((item: any) => {
|
res.data.forEach((item: any) => {
|
||||||
statusList.push(item.status);
|
statusList.push(item.status);
|
||||||
})
|
})
|
||||||
// 状态 1 待充值 2 充值中 3 充值成功 4 充值失败 5 已过期 6 已作废 7 核销成功 8 核销失败
|
|
||||||
let receiveLength = statusList.filter((e: number) => ![1, 2].includes(e)).length;
|
let receiveLength = statusList.filter((e: number) => ![1, 2].includes(e)).length;
|
||||||
if (receiveLength) { // 存在 成功/失败状态
|
if (receiveLength) { // 存在 成功/失败状态
|
||||||
return await this.getData('');
|
return await this.getData('');
|
||||||
|
|
|
@ -58,7 +58,7 @@ export default {
|
||||||
orderNo: this.$route.query.orderNo,
|
orderNo: this.$route.query.orderNo,
|
||||||
proType: 1, // 1 直充 2 卡密
|
proType: 1, // 1 直充 2 卡密
|
||||||
orderData: {
|
orderData: {
|
||||||
status: 1 // 状态 1 待充值(充值中) 2 充值中 3 充值成功 4 充值失败 5 已过期 6 已作废 7 核销成功 8 核销失败
|
status: 1 // 状态 1 待充值(充值中) 2 充值中 3 充值成功 4 充值失败 5 已过期 6 已作废 7 核销成功 8 核销失败 9 已重置(7、8仅立减金;直充/卡密没有5)
|
||||||
} as any,
|
} as any,
|
||||||
|
|
||||||
dialogType: '',
|
dialogType: '',
|
||||||
|
|
|
@ -88,11 +88,11 @@ export default {
|
||||||
[2, '直充/卡密'],
|
[2, '直充/卡密'],
|
||||||
[3, '立减金'],
|
[3, '立减金'],
|
||||||
]),
|
]),
|
||||||
// 状态 1 待充值 2 充值中 3 充值成功 4 充值失败 5 已过期 6 已作废 7 核销成功 8 核销失败
|
// 状态 1 待充值(充值中) 2 充值中 3 充值成功 4 充值失败 5 已过期 6 已作废 7 核销成功 8 核销失败 9 已重置(7、8仅立减金;直充/卡密没有5)
|
||||||
statusObj: { // status 匹配 下标
|
statusObj: { // status 匹配 下标
|
||||||
'1': ['', '发放中', '发放中', '发放成功', '发放失败', '已过期', '发放失败', '发放成功', '发放成功'], // 红包
|
'1': ['', '发放中', '发放中', '发放成功', '发放失败', '已过期', '发放失败', '', '', '发放失败'], // 红包
|
||||||
'2': ['', '充值中', '充值中', '充值成功', '充值失败', '已过期', '充值失败', '充值成功', '充值成功'], // 直充/卡密
|
'2': ['', '充值中', '充值中', '充值成功', '充值失败', '', '充值失败', '', '', '充值失败'], // 直充/卡密
|
||||||
'3': ['', '发放中', '发放中', '发放成功', '发放失败', '已过期', '发放失败', '发放成功', '发放成功'], // 立减金
|
'3': ['', '发放中', '发放中', '发放成功', '发放失败', '已过期', '发放失败', '发放成功', '发放成功', '发放失败'], // 立减金
|
||||||
},
|
},
|
||||||
|
|
||||||
dialogType: '',
|
dialogType: '',
|
||||||
|
|
|
@ -180,7 +180,7 @@
|
||||||
.cmsDetailWrapperPC {
|
.cmsDetailWrapperPC {
|
||||||
.btnBox {
|
.btnBox {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 592px;
|
top: 667-75px;
|
||||||
margin-bottom: -75px;
|
margin-bottom: -75px;
|
||||||
transform: none;
|
transform: none;
|
||||||
}
|
}
|
||||||
|
|
|
@ -252,6 +252,7 @@
|
||||||
transform: translateX(-50%);
|
transform: translateX(-50%);
|
||||||
width: 375px;
|
width: 375px;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
|
box-sizing: border-box;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
border-top: 1px solid rgb(252, 250, 250);
|
border-top: 1px solid rgb(252, 250, 250);
|
||||||
background-color: rgb(255, 255, 255);
|
background-color: rgb(255, 255, 255);
|
||||||
|
@ -284,7 +285,7 @@
|
||||||
.banner {
|
.banner {
|
||||||
margin-top: 30px;
|
margin-top: 30px;
|
||||||
position: sticky;
|
position: sticky;
|
||||||
bottom: 0;
|
top: 667-60px;
|
||||||
margin-bottom: -90px;
|
margin-bottom: -90px;
|
||||||
transform: none;
|
transform: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue