优化页面

This commit is contained in:
pengxiaolong
2025-06-12 22:16:09 +08:00
parent 931d867c09
commit de99d32c01
63 changed files with 973 additions and 335 deletions

View File

@@ -77,7 +77,7 @@ const _sfc_main = {
if (index === 3) {
components_VerifyLogin.VerifyLogin().then((res) => {
if (res) {
common_vendor.index.navigateTo({
common_vendor.index.redirectTo({
url: "/TUIKit/components/TUIConversation/index",
animationType: "none"
});

View File

@@ -45,7 +45,7 @@
position: relative;
position: fixed;
bottom: 0;
z-index: 999;
z-index: 2;
background-size: contain;
width: 100vw;
background-color: #ffffff;