diff --git a/pages.json b/pages.json
index d424c41..ee9c9d6 100644
--- a/pages.json
+++ b/pages.json
@@ -110,6 +110,12 @@
"style": {
"navigationBarTitleText": "权力和义务告知书"
}
+ },
+ {
+ "path": "pages/handlecase/component/newlyAddedCase",
+ "style": {
+ "navigationBarTitleText": "案件新增"
+ }
},
{
"path": "pages/expressDelivery/index",
diff --git a/pages/handlecase/component/newlyAddedCase.vue b/pages/handlecase/component/newlyAddedCase.vue
new file mode 100644
index 0000000..50b84b3
--- /dev/null
+++ b/pages/handlecase/component/newlyAddedCase.vue
@@ -0,0 +1,206 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/handlecase/index.vue b/pages/handlecase/index.vue
index bf0c03e..1292861 100644
--- a/pages/handlecase/index.vue
+++ b/pages/handlecase/index.vue
@@ -1,5 +1,8 @@
+
+
+
@@ -109,6 +112,12 @@
}
},
+ // 新增案件
+ newlyAddedCases(){
+ uni.navigateTo({
+ url:`/pages/handlecase/component/newlyAddedCase?title=新增案件`
+ })
+ },
// 触底
onReachBottom() {
if (this.caseList.length < 1) {