优化微信native支付页面 #33

Merged
yezian merged 1 commits from feat-20240118 into main 2024-02-06 00:03:57 +08:00
1 changed files with 3 additions and 3 deletions
Showing only changes of commit c5ab785f2b - Show all commits

View File

@ -37,10 +37,10 @@ export default function Weixin({ params }) {
//androidios0:android1:ios
const openWechat = () => {
if (device === 0) {
router.push("weixin://");
window.open("weixin://", "_ blank");
return;
}
router.push("weixin://scanqrcode");
window.open("weixin://scanqrcode", "_ blank");
};
if (isLoading) {
@ -53,7 +53,7 @@ export default function Weixin({ params }) {
return (
<section className="flex flex-1 flex-col container py-4">
<div className="flex flex-col gap-2">
<div className="mt-24 flex flex-col gap-2">
<h1 className="text-white text-2xl font-semibold text-center">
请保存二维码到相册后
<br />