优化页面

This commit is contained in:
pengxiaolong
2025-06-05 23:50:08 +08:00
parent d766790f04
commit f4901f1312
49 changed files with 2391 additions and 912 deletions

View File

@@ -117,7 +117,10 @@ function handlePush(item, index) {
return;
}
if (item.text === "消息") {
uni.navigateTo({ url: "/TUIKit/components/TUIConversation/index" });
uni.navigateTo({
url: "/TUIKit/components/TUIConversation/index",
animationType: 'none',
});
}else {
uni.switchTab({
url: item.pagePath,