From 1de18aa22800cc94b9bd3426a10f97bb211bb0a5 Mon Sep 17 00:00:00 2001 From: zoujiandong <10130823232@qq.com> Date: Thu, 5 Mar 2026 10:10:58 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BE=A4=E5=8F=91=E6=B6=88=E6=81=AF=E8=BE=93?= =?UTF-8?q?=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 83 ++++++++++++++-------------- pages_chat/quickReply/quickReply.vue | 15 +++-- 2 files changed, 51 insertions(+), 47 deletions(-) diff --git a/pages.json b/pages.json index 3649e7c..5096c1a 100644 --- a/pages.json +++ b/pages.json @@ -1516,7 +1516,47 @@ "bounce": "none" } } - } + }, + { + "path": "quickReply/quickReply", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "uni-app分页", + "app": { + "bounce": "none" + } + } + }, + { + "path": "article/article", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "uni-app分页", + "app": { + "bounce": "none" + } + } + }, + { + "path": "searchArticle/searchArticle", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "uni-app分页", + "app": { + "bounce": "none" + } + } + }, + { + "path": "video/video", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "uni-app分页", + "app": { + "bounce": "none" + } + } + } ] } // { @@ -1552,46 +1592,7 @@ // } // } // }, - // { - // "path": "quickReply/quickReply", - // "style": { - // "navigationStyle": "custom", - // "navigationBarTitleText": "uni-app分页", - // "app": { - // "bounce": "none" - // } - // } - // }, - // { - // "path": "article/article", - // "style": { - // "navigationStyle": "custom", - // "navigationBarTitleText": "uni-app分页", - // "app": { - // "bounce": "none" - // } - // } - // }, - // { - // "path": "searchArticle/searchArticle", - // "style": { - // "navigationStyle": "custom", - // "navigationBarTitleText": "uni-app分页", - // "app": { - // "bounce": "none" - // } - // } - // }, - // { - // "path": "video/video", - // "style": { - // "navigationStyle": "custom", - // "navigationBarTitleText": "uni-app分页", - // "app": { - // "bounce": "none" - // } - // } - // }, + // { // "path": "addAddress/addAddress", // "style": { diff --git a/pages_chat/quickReply/quickReply.vue b/pages_chat/quickReply/quickReply.vue index 4db91a7..ecb5729 100644 --- a/pages_chat/quickReply/quickReply.vue +++ b/pages_chat/quickReply/quickReply.vue @@ -1,16 +1,19 @@