优化领取页第一步文案示意与 Mock 表单

- 游戏编号文案与红色提示,底部增加编号位置示意图
- 压缩商品信息卡片,示意图移至最下方
- 开发 Mock 在待填 UID 步骤下 UID 改为可选
This commit is contained in:
yml2213
2026-07-10 18:14:10 +08:00
parent 36fb994acd
commit 827baf4ab2
5 changed files with 221 additions and 85 deletions
@@ -186,7 +186,7 @@ function resolveProgressText(options: {
isUidMatched: boolean
}) {
if (!options.hasExpectedUid) {
return '请填写游戏 UID'
return '请填写游戏编号'
}
if (options.isFeifeiFlow) {
return options.feifei?.rechargeStatusLabel || `UID ${options.expectedUid},请打开领取链接`