update pay ui

This commit is contained in:
2025-12-14 08:46:12 +08:00
parent 627822ed24
commit 426ec44027
2 changed files with 21 additions and 25 deletions

View File

@@ -189,17 +189,6 @@
<!-- 微信 JS-SDK (用于 H5 跳转小程序的开放标签) -->
<script src="https://res.wx.qq.com/open/js/jweixin-1.6.0.js"></script>
<!-- 根路径立即跳转到 landing.html在 React 加载之前执行) -->
<script>
(function() {
// 只在根路径 "/" 或 "/index.html" 时跳转
var path = window.location.pathname;
if (path === '/' || path === '/index.html') {
window.location.replace('/landing.html');
}
})();
</script>
</head>
<body>
<noscript>