diff --git a/src/index.css b/src/index.css index 019efb3..f4a58a9 100644 --- a/src/index.css +++ b/src/index.css @@ -545,6 +545,15 @@ p { color: #FFFFFF; } + .success-tip { + font-family: PingFang SC, PingFang SC; + font-weight: 400; + font-size: 17px; + color: #666666; + line-height: 24px; + text-align: center; + } + } #Twins { diff --git a/src/pages/PayResultPage.tsx b/src/pages/PayResultPage.tsx index 3b938f6..a4a8d13 100644 --- a/src/pages/PayResultPage.tsx +++ b/src/pages/PayResultPage.tsx @@ -14,9 +14,13 @@ function PayResultPage() { {isSuccess ? "支付成功" : "抱歉,订单支付失败"} - + {isSuccess ? ( +