From 54e657f53d2028626f70b9d9eafabac6f6305dab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=8B=E4=BA=8E=E5=88=9D=E8=A7=81?= <752204717@qq.com> Date: Mon, 11 Aug 2025 16:18:40 +0800 Subject: [PATCH] tijiao --- pages.json | 2 +- pages/articleList/PrecisionImageGrid.vue | 245 ++++ pages/articleList/article.vue | 1161 ++++++----------- pages/articleList/common-editor.vue | 3 + pages/articleList/index.vue | 269 ++-- pages/doctors/index.vue | 16 +- pages/my/index.vue | 5 + uni_modules/hb-comment/changelog.md | 19 + .../components/hb-comment/hb-comment.vue | 746 +++++++++++ uni_modules/hb-comment/package.json | 83 ++ uni_modules/hb-comment/readme.md | 261 ++++ .../piaoyi-editor/piaoyi-editor.vue | 15 +- 12 files changed, 1966 insertions(+), 859 deletions(-) create mode 100644 pages/articleList/PrecisionImageGrid.vue create mode 100644 uni_modules/hb-comment/changelog.md create mode 100644 uni_modules/hb-comment/components/hb-comment/hb-comment.vue create mode 100644 uni_modules/hb-comment/package.json create mode 100644 uni_modules/hb-comment/readme.md diff --git a/pages.json b/pages.json index 52f60fec..770b736d 100644 --- a/pages.json +++ b/pages.json @@ -88,7 +88,7 @@ "path": "pages/articleList/article", "style": { "navigationBarTitleText": "文章", - "enablePullDownRefresh": true, // 禁止下拉刷新 + "app-plus": { "bounce": "none", "titleNView": false, diff --git a/pages/articleList/PrecisionImageGrid.vue b/pages/articleList/PrecisionImageGrid.vue new file mode 100644 index 00000000..c93fe937 --- /dev/null +++ b/pages/articleList/PrecisionImageGrid.vue @@ -0,0 +1,245 @@ + + + + + + \ No newline at end of file diff --git a/pages/articleList/article.vue b/pages/articleList/article.vue index 37454a4d..a440bb37 100644 --- a/pages/articleList/article.vue +++ b/pages/articleList/article.vue @@ -1,28 +1,35 @@