核销金额:最低 0.01 元;输入最多两位小数;低于该值会 toast 提示,无法生成核销码。

底部提示:左右留白 + 内边距,浅底圆角块,文案改为最低 0.01、余额上限、3 分钟到店出示。
新增地址:进入页会尝试定位,自动选中当前省市区(失败则保留默认郑州);编辑地址不重定位。
This commit is contained in:
2026-07-22 23:11:34 +08:00
parent fb530e2ff5
commit f2303f7fb8
3 changed files with 79 additions and 15 deletions
+10 -4
View File
@@ -77,12 +77,18 @@
.redeem-tips {
display: block;
box-sizing: border-box;
width: 100%;
margin: 0;
padding: 0 var(--space-page);
margin: 8px var(--space-page) 0;
padding: 12px 16px;
border-radius: var(--radius-md);
background: rgba(0, 0, 0, 0.03);
}
.redeem-tips-text {
display: block;
font-size: 12px;
color: var(--color-subtle-gray);
line-height: 1.6;
line-height: 1.7;
word-break: break-word;
}
.redeem-amount-hint {