diff --git a/pages.json b/pages.json
index 3709b37..4846fb3 100644
--- a/pages.json
+++ b/pages.json
@@ -143,6 +143,15 @@
"navigationBarTitleText": "上报",
"disableScroll": true
}
+ },
+ {
+ "path" : "kfPage/list",
+ "style" :
+ {
+ "navigationBarTitleText" : "预约看房",
+ "enablePullDownRefresh": true,
+ "onReachBottomDistance": 100
+ }
}
]
}],
diff --git a/pages/tabBar/work/index.vue b/pages/tabBar/work/index.vue
index 9c348a4..e8d12a7 100644
--- a/pages/tabBar/work/index.vue
+++ b/pages/tabBar/work/index.vue
@@ -100,7 +100,7 @@ export default {
// { image: '/static/img/看房.png', text: '看房确认' },
{ image: "/static/img/退房检查.png", text: "退房检查" },
{ image: "/static/img/释放.png", text: "释放房源检查" },
- // { image: '/static/img/预约.png', text: '预约看房' },
+ { image: '/static/img/预约.png', text: '预约看房' },
{ image: "/static/img/强制清退.png", text: "强制清退" },
],
xjList: [
@@ -170,6 +170,10 @@ export default {
uni.navigateTo({
url: "/pagesA/force/list/list",
});
+ }else if (item.text == "预约看房"){
+ uni.navigateTo({
+ url: "/pagesA/kfPage/list"
+ })
}
},
handleBxClick(item) {
diff --git a/pagesA/kfPage/list.vue b/pagesA/kfPage/list.vue
new file mode 100644
index 0000000..dd69e5c
--- /dev/null
+++ b/pagesA/kfPage/list.vue
@@ -0,0 +1,571 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 预约人:
+ {{ item.appointee }}
+
+
+ 预约人电话:
+ {{ item.phone }}
+
+
+ 预约时间:
+ {{ item.appointmentTime }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/img/close-circle.png b/static/img/close-circle.png
new file mode 100644
index 0000000..57e76be
Binary files /dev/null and b/static/img/close-circle.png differ