From 2a6b1c158ccf94ad02d77faa9068a61ea438e6c4 Mon Sep 17 00:00:00 2001 From: liutong <836164388@qq.com> Date: Tue, 20 May 2025 14:05:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=BC=96=E8=BE=91=E5=AE=A2?= =?UTF-8?q?=E6=88=B7=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 9 + pages/market/clue/edit_clues.vue | 1510 ++++++++++++++++++++++++++++++ 2 files changed, 1519 insertions(+) create mode 100644 pages/market/clue/edit_clues.vue diff --git a/pages.json b/pages.json index eca5ef5..d7285d7 100644 --- a/pages.json +++ b/pages.json @@ -430,6 +430,15 @@ "navigationBarBackgroundColor": "#fff", "navigationBarTextStyle": "black" } + }, + { + "path": "pages/market/clue/edit_clues", + "style": { + "navigationBarTitleText": "编辑客户", + "navigationStyle": "default", + "navigationBarBackgroundColor": "#fff", + "navigationBarTextStyle": "black" + } }, { "path": "pages/market/clue/clue_info", diff --git a/pages/market/clue/edit_clues.vue b/pages/market/clue/edit_clues.vue new file mode 100644 index 0000000..02ef163 --- /dev/null +++ b/pages/market/clue/edit_clues.vue @@ -0,0 +1,1510 @@ + + + + + + \ No newline at end of file