Compare commits

...

2 Commits

Author SHA1 Message Date
huangzhen 3844d2db64 Merge branch 'feature-main' into test 2024-11-04 17:13:35 +08:00
huangzhen 7b67fddbe9 update @模版样式微调、订单状态调整 2024-11-04 17:13:22 +08:00
6 changed files with 9 additions and 9 deletions

View File

@ -144,7 +144,7 @@ html {
} }
} }
// PC 模版展示 // PC 模版展示 固定667px盒子
.comWrapperPC { .comWrapperPC {
min-height: 667px !important; min-height: 667px !important;
} }

View File

@ -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('');

View File

@ -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 78/5
} as any, } as any,
dialogType: '', dialogType: '',

View File

@ -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 78/5
statusObj: { // status statusObj: { // status
'1': ['', '发放中', '发放中', '发放成功', '发放失败', '已过期', '发放失败', '发放成功', '发放成功'], // '1': ['', '发放中', '发放中', '发放成功', '发放失败', '已过期', '发放失败', '', '', '发放失败'], //
'2': ['', '充值中', '充值中', '充值成功', '充值失败', '已过期', '充值失败', '充值成功', '充值成功'], // / '2': ['', '充值中', '充值中', '充值成功', '充值失败', '', '充值失败', '', '', '充值失败'], // /
'3': ['', '发放中', '发放中', '发放成功', '发放失败', '已过期', '发放失败', '发放成功', '发放成功'], // '3': ['', '发放中', '发放中', '发放成功', '发放失败', '已过期', '发放失败', '发放成功', '发放成功', '发放失败'], //
}, },
dialogType: '', dialogType: '',

View File

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

View File

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