优化领取页第一步文案示意与 Mock 表单
- 游戏编号文案与红色提示,底部增加编号位置示意图 - 压缩商品信息卡片,示意图移至最下方 - 开发 Mock 在待填 UID 步骤下 UID 改为可选
This commit is contained in:
@@ -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},请打开领取链接`
|
||||
|
||||
Reference in New Issue
Block a user