客服电话 → 13203801799(CUSTOMER_SERVICE_PHONE,协议文案走常量自动同步)

权益页去掉分享按钮,菜单分享保留
支付成功改 reLaunch 清栈;订单列表返回首页
减数量低于起购时 toast「同城/跨城/现场提货至少购买 N 瓶」
核销成功可评星并 POST /redeem/ratings;HQ 新增「门店评价」页 /store-ratings
成功页「回到首页」改用 .redeem-cancel-btn,不再撑破布局
历史记录改为核销流水:GET /redeem/records;生产库已有 2 笔(用户 13073729990)可验证。权益明细字段映射也一并修了
我的页头像提高点击层级,避免被卡片遮挡
This commit is contained in:
2026-08-03 13:09:59 +08:00
parent 9f67221457
commit 87c4af7364
22 changed files with 506 additions and 55 deletions
+5 -3
View File
@@ -10,9 +10,10 @@
.mine-header {
position: relative;
z-index: 2;
padding: 16px var(--space-page) 44px;
background: linear-gradient(135deg, #820012 0%, var(--color-heritage-red) 40%, #d4a373 100%);
overflow: hidden;
overflow: visible;
}
.mine-header-texture {
@@ -33,11 +34,12 @@
position: relative;
display: flex;
align-items: center;
z-index: 1;
z-index: 3;
}
.mine-avatar-wrap {
position: relative;
z-index: 4;
flex-shrink: 0;
margin-right: 12px;
}
@@ -160,7 +162,7 @@
.mine-main {
margin-top: -28px;
position: relative;
z-index: 2;
z-index: 1;
padding: 0 var(--space-page) 0;
}
+43
View File
@@ -378,6 +378,49 @@
word-break: break-all;
}
.redeem-success-rating {
margin: 16px var(--space-page) 0;
padding: 16px;
background: var(--color-card);
border-radius: var(--radius-lg);
box-shadow: var(--shadow-card);
}
.redeem-success-rating-title {
display: block;
font-size: 15px;
font-weight: 700;
color: var(--color-on-surface);
margin-bottom: 12px;
}
.redeem-rating-row {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 10px;
}
.redeem-rating-label {
font-size: 14px;
color: var(--color-on-surface);
}
.redeem-star-row {
display: flex;
gap: 6px;
}
.redeem-star-btn {
font-size: 22px;
color: #d0d0d0;
line-height: 1;
}
.redeem-star-btn--active {
color: #f5a623;
}
.ledger-item {
display: flex;
justify-content: space-between;