From 8d1bb07ac0e1116b3c662961cdac7afa96e149e3 Mon Sep 17 00:00:00 2001 From: minimaxagent1 Date: Tue, 29 Jul 2025 15:38:02 +0800 Subject: [PATCH] =?UTF-8?q?Monk=E7=BB=84=E4=BB=B6=E9=9D=99=E6=80=81?= =?UTF-8?q?=E5=88=9B=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/monk.js | 0 enum/common.js | 1 + pages/Monk/Monk.vue | 217 ++++++++++++++++++++++++++++---------------- 3 files changed, 138 insertions(+), 80 deletions(-) create mode 100644 api/monk.js diff --git a/api/monk.js b/api/monk.js new file mode 100644 index 0000000..e69de29 diff --git a/enum/common.js b/enum/common.js index 06030fc..009a0f0 100644 --- a/enum/common.js +++ b/enum/common.js @@ -1,5 +1,6 @@ export const CommonEnum = { BACKGROUND: "https://api.ccttiot.com/image-1753769939853.png", //返回的按钮图像 + RIGHT_CHEVRON:"https://api.ccttiot.com/image-1753773619878.png" }; export default CommonEnum; \ No newline at end of file diff --git a/pages/Monk/Monk.vue b/pages/Monk/Monk.vue index 43ceef2..9242134 100644 --- a/pages/Monk/Monk.vue +++ b/pages/Monk/Monk.vue @@ -10,95 +10,152 @@ 张姗姗 搜索 + + + + + {{ item.desc }} + 查看详情> + + + \ No newline at end of file