From 9c18c3f19b670a43e2b0d9928ede6e7b22005720 Mon Sep 17 00:00:00 2001 From: lijie_ycrj <1540286404@qq.com> Date: Wed, 5 Nov 2025 17:09:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B8=AE=E6=89=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packageB/priority/helpFilter.vue | 497 +++++++++++++++++++++++++++++++ packageB/priority/helpFollow.vue | 442 +++++++++++++++++++++++++++ pages.json | 26 +- 3 files changed, 963 insertions(+), 2 deletions(-) create mode 100644 packageB/priority/helpFilter.vue create mode 100644 packageB/priority/helpFollow.vue diff --git a/packageB/priority/helpFilter.vue b/packageB/priority/helpFilter.vue new file mode 100644 index 0000000..5e41f6d --- /dev/null +++ b/packageB/priority/helpFilter.vue @@ -0,0 +1,497 @@ + + + + + \ No newline at end of file diff --git a/packageB/priority/helpFollow.vue b/packageB/priority/helpFollow.vue new file mode 100644 index 0000000..1daf656 --- /dev/null +++ b/packageB/priority/helpFollow.vue @@ -0,0 +1,442 @@ + + + + + \ No newline at end of file diff --git a/pages.json b/pages.json index 24fa4b4..90c64d3 100644 --- a/pages.json +++ b/pages.json @@ -420,8 +420,30 @@ "navigationBarTitleTextSize": "30rpx" // "navigationStyle": "custom" } - } - ] + }, + { + "path" : "priority/helpFilter", + "style" : + { + "navigationBarTitleText" : "筛选和帮扶", + "navigationBarTitleTextSize": "30rpx", + "navigationBarBackgroundColor": "#1989fa", + "navigationBarTextStyle": "white", + "navigationStyle": "custom" + } + }, + { + "path" : "priority/helpFollow", + "style" : + { + "navigationBarTitleText" : "跟进", + "navigationBarTitleTextSize": "30rpx", + "navigationBarBackgroundColor": "#1989fa", + "navigationBarTextStyle": "white", + "navigationStyle": "custom" + } + } + ] }, { "root": "packageRc",