diff --git a/src/global.scss b/src/global.scss index beaf6ad..28cd5e7 100644 --- a/src/global.scss +++ b/src/global.scss @@ -144,7 +144,7 @@ html { } } -// PC 模版展示 +// PC 模版展示 固定667px盒子 .comWrapperPC { min-height: 667px !important; } diff --git a/src/views/pages/comProduct/index.vue b/src/views/pages/comProduct/index.vue index cc85bb2..de29c51 100644 --- a/src/views/pages/comProduct/index.vue +++ b/src/views/pages/comProduct/index.vue @@ -661,7 +661,6 @@ export default { res.data.forEach((item: any) => { statusList.push(item.status); }) - // 状态 1 待充值 2 充值中 3 充值成功 4 充值失败 5 已过期 6 已作废 7 核销成功 8 核销失败 let receiveLength = statusList.filter((e: number) => ![1, 2].includes(e)).length; if (receiveLength) { // 存在 成功/失败状态 return await this.getData(''); diff --git a/src/views/pages/orderDetail/index.vue b/src/views/pages/orderDetail/index.vue index 4e0d477..714d846 100644 --- a/src/views/pages/orderDetail/index.vue +++ b/src/views/pages/orderDetail/index.vue @@ -58,7 +58,7 @@ export default { orderNo: this.$route.query.orderNo, proType: 1, // 1 直充 2 卡密 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, dialogType: '', diff --git a/src/views/pages/orderList/index.vue b/src/views/pages/orderList/index.vue index ba53121..54404b4 100644 --- a/src/views/pages/orderList/index.vue +++ b/src/views/pages/orderList/index.vue @@ -88,11 +88,11 @@ export default { [2, '直充/卡密'], [3, '立减金'], ]), - // 状态 1 待充值 2 充值中 3 充值成功 4 充值失败 5 已过期 6 已作废 7 核销成功 8 核销失败 + // 状态 1 待充值(充值中) 2 充值中 3 充值成功 4 充值失败 5 已过期 6 已作废 7 核销成功 8 核销失败 9 已重置(7、8仅立减金;直充/卡密没有5) statusObj: { // status 匹配 下标 - '1': ['', '发放中', '发放中', '发放成功', '发放失败', '已过期', '发放失败', '发放成功', '发放成功'], // 红包 - '2': ['', '充值中', '充值中', '充值成功', '充值失败', '已过期', '充值失败', '充值成功', '充值成功'], // 直充/卡密 - '3': ['', '发放中', '发放中', '发放成功', '发放失败', '已过期', '发放失败', '发放成功', '发放成功'], // 立减金 + '1': ['', '发放中', '发放中', '发放成功', '发放失败', '已过期', '发放失败', '', '', '发放失败'], // 红包 + '2': ['', '充值中', '充值中', '充值成功', '充值失败', '', '充值失败', '', '', '充值失败'], // 直充/卡密 + '3': ['', '发放中', '发放中', '发放成功', '发放失败', '已过期', '发放失败', '发放成功', '发放成功', '发放失败'], // 立减金 }, dialogType: '', diff --git a/src/views/templates/cmsDetail/index.scss b/src/views/templates/cmsDetail/index.scss index 2de136e..95085b5 100644 --- a/src/views/templates/cmsDetail/index.scss +++ b/src/views/templates/cmsDetail/index.scss @@ -180,7 +180,7 @@ .cmsDetailWrapperPC { .btnBox { position: sticky; - top: 592px; + top: 667-75px; margin-bottom: -75px; transform: none; } diff --git a/src/views/templates/cmsList/index.scss b/src/views/templates/cmsList/index.scss index 2d8616f..a68813f 100644 --- a/src/views/templates/cmsList/index.scss +++ b/src/views/templates/cmsList/index.scss @@ -252,6 +252,7 @@ transform: translateX(-50%); width: 375px; height: 60px; + box-sizing: border-box; align-items: center; border-top: 1px solid rgb(252, 250, 250); background-color: rgb(255, 255, 255); @@ -284,7 +285,7 @@ .banner { margin-top: 30px; position: sticky; - bottom: 0; + top: 667-60px; margin-bottom: -90px; transform: none; }