优化页面
This commit is contained in:
@@ -114,7 +114,7 @@ function handlePush(item, index) {
|
||||
if (index === 3) {
|
||||
VerifyLogin().then((res) => {
|
||||
if (res) {
|
||||
uni.navigateTo({
|
||||
uni.redirectTo({
|
||||
url: "/TUIKit/components/TUIConversation/index",
|
||||
animationType: "none",
|
||||
});
|
||||
@@ -173,7 +173,7 @@ function handlePush(item, index) {
|
||||
position: relative;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
z-index: 999;
|
||||
z-index: 2;
|
||||
background-size: contain;
|
||||
width: 100vw;
|
||||
background-color: #ffffff;
|
||||
|
||||
Reference in New Issue
Block a user