小程序端界面修改
CI / verify (pull_request) Has been cancelled

This commit is contained in:
2026-07-23 15:23:23 +08:00
parent 82c447b193
commit 2a208d5dea
3 changed files with 9 additions and 2 deletions
@@ -333,7 +333,11 @@ export default function OrderConfirmPage() {
{!previewLoading && !preview && productId ? (
<View className="u-empty"></View>
) : null}
{msg ? <Text className="u-muted" style={{ display: 'block', marginTop: 8 }}>{msg}</Text> : null}
{msg ? (
<Text className="u-muted" style={{ display: 'block', marginTop: 8, textAlign: 'center' }}>
{msg}
</Text>
) : null}
</View>
<View className="order-confirm-bar">