fix(mini-user): show real receiver fields on order detail
CI / verify (pull_request) Has been cancelled

Order detail used non-existent addressSnapshot; API returns receiverName/phone/address. Render those and fix product qty from items/quantity.
This commit is contained in:
2026-07-15 21:36:44 +08:00
parent d3d56150c5
commit 7b14f4a0cc
2 changed files with 68 additions and 10 deletions
+12
View File
@@ -118,6 +118,18 @@
font-weight: 500;
}
.order-row--address {
align-items: flex-start;
}
.order-row-value--wrap {
flex: 1;
text-align: right;
white-space: normal;
word-break: break-all;
line-height: 1.5;
}
.order-row-value--price {
color: var(--color-heritage-red);
font-weight: 700;