优化页面
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user