feat(ops): add HQ admin proxy order and mini-user store session fixes

Align HQ orders page with partner dual-SMS offline proxy flow; improve mini-user stores session and WeChat confirm-receive handling.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-31 09:18:19 +08:00
parent 1a0afb6d39
commit 2cd4e25682
21 changed files with 1438 additions and 143 deletions
+7
View File
@@ -126,6 +126,13 @@
color: var(--color-heritage-red);
font-weight: 700;
font-size: 18px;
overflow: hidden;
}
.benefit-hero-logo-img {
width: 28px;
height: 28px;
display: block;
}
.benefit-hero-cta {
+16 -4
View File
@@ -116,15 +116,27 @@
color: var(--color-subtle-gray);
}
.store-filter-reset {
.store-filter-icon-btn {
flex-shrink: 0;
width: 36px;
height: 36px;
padding: 0 10px;
border-radius: var(--radius-md);
background: var(--color-surface-container-low);
display: flex;
align-items: center;
justify-content: center;
font-size: 13px;
font-weight: 600;
color: var(--color-heritage-red);
box-sizing: border-box;
}
.store-filter-icon-btn--busy {
opacity: 0.5;
}
.store-filter-icon-glyph {
font-size: 18px;
line-height: 1;
font-weight: 700;
color: var(--color-heritage-red);
}