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