update pay ui
This commit is contained in:
@@ -189,6 +189,17 @@
|
||||
|
||||
<!-- 微信 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>
|
||||
|
||||
@@ -15,8 +15,8 @@
|
||||
<meta name="msapplication-TileColor" content="#da532c">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
<link href="fonts/Helvetica.woff" rel="stylesheet">
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css">
|
||||
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css">
|
||||
<link rel="stylesheet" href="https://cdn.bootcdn.net/ajax/libs/Swiper/11.1.14/swiper-bundle.min.css">
|
||||
<link rel="stylesheet" href="https://cdn.bootcdn.net/ajax/libs/aos/2.3.4/aos.css">
|
||||
<link href="css/style.css" rel="stylesheet">
|
||||
<script>
|
||||
let viewportmeta = document.querySelector('meta[name="viewport"]');
|
||||
@@ -711,9 +711,9 @@
|
||||
</div>
|
||||
</footer>
|
||||
</div>
|
||||
<script src="https://code.jquery.com/jquery-3.7.1.min.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script>
|
||||
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
|
||||
<script src="https://cdn.bootcdn.net/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
|
||||
<script src="https://cdn.bootcdn.net/ajax/libs/Swiper/11.1.14/swiper-bundle.min.js"></script>
|
||||
<script src="https://cdn.bootcdn.net/ajax/libs/aos/2.3.4/aos.js"></script>
|
||||
<script src="js/app.js"></script>
|
||||
<script>
|
||||
window.difyChatbotConfig = {
|
||||
|
||||
Reference in New Issue
Block a user