diff --git a/src/pages.json b/src/pages.json index e8e0bc8..fffd003 100644 --- a/src/pages.json +++ b/src/pages.json @@ -58,12 +58,30 @@ "navigationBarTitleText": "出租专区", "navigationBarTextStyle": "black" } + },{ + "path": "pages/otherPage/rentDetail", + "style": { + "navigationBarTitleText": "出租专区详情", + "navigationBarTextStyle": "black" + } },{ "path": "pages/otherPage/jjrent", "style": { "navigationBarTitleText": "居间出租", "navigationBarTextStyle": "black" } + },{ + "path": "pages/otherPage/mywarReport", + "style": { + "navigationBarTitleText": "我的战报", + "navigationBarTextStyle": "black" + } + },{ + "path": "pages/otherPage/companywayReport", + "style": { + "navigationBarTitleText": "公司战报", + "navigationBarTextStyle": "black" + } } ], "globalStyle": { diff --git a/src/pages/otherPage/companywayReport.vue b/src/pages/otherPage/companywayReport.vue new file mode 100644 index 0000000..2f1438d --- /dev/null +++ b/src/pages/otherPage/companywayReport.vue @@ -0,0 +1,197 @@ + + + + diff --git a/src/pages/otherPage/mywarReport.vue b/src/pages/otherPage/mywarReport.vue new file mode 100644 index 0000000..6e26e47 --- /dev/null +++ b/src/pages/otherPage/mywarReport.vue @@ -0,0 +1,142 @@ + + + + diff --git a/src/pages/otherPage/rent.vue b/src/pages/otherPage/rent.vue index 16c9330..30d45fe 100644 --- a/src/pages/otherPage/rent.vue +++ b/src/pages/otherPage/rent.vue @@ -1,19 +1,70 @@ diff --git a/src/pages/otherPage/rentDetail.vue b/src/pages/otherPage/rentDetail.vue new file mode 100644 index 0000000..f189914 --- /dev/null +++ b/src/pages/otherPage/rentDetail.vue @@ -0,0 +1,338 @@ + + + + diff --git a/src/pages/tabs/customer.vue b/src/pages/tabs/customer.vue index ae94c72..d49f7bf 100644 --- a/src/pages/tabs/customer.vue +++ b/src/pages/tabs/customer.vue @@ -5,7 +5,32 @@ 增加客户 - + + + 户型 + 租金 + + + + + + + + 颂女士 + 刘晓洁于2019-01-17录入 + 未跟进时间:1239天 + + + + + + + + 带看录入 + 放弃 + 带看记录 + + @@ -13,7 +38,20 @@ export default { data() { return { - keyword: '' + keyword: '', + listData: [{},{},{},{},{}], + selectorObj: [ + { + cateName: '1', + id: 1 + }, + { + cateName: '2', + id: 2 + } + ], + zujinshow: false, + huxingshow: false, }; }, onLoad(options) { @@ -21,7 +59,12 @@ onShow() { }, - methods: {}, + methods: { + confirm1(e) { + }, + confirm2(e) { + }, + }, onLoad: function(options) { }, @@ -30,23 +73,147 @@ diff --git a/src/pages/tabs/index.vue b/src/pages/tabs/index.vue index 176da89..48512b4 100644 --- a/src/pages/tabs/index.vue +++ b/src/pages/tabs/index.vue @@ -37,8 +37,8 @@ {{item.num}} {{item.text}} - 查看全部 - + 查看全部 + @@ -96,15 +96,7 @@ { num: 9, text: '新增客户' - }, - { - num: 0, - text: '新增带看' - }, - { - num: 9, - text: '新增客户' - }, + } ], rankList: [{},{},{}], current: 0, diff --git a/src/static/house.png b/src/static/house.png new file mode 100644 index 0000000..c4d3189 Binary files /dev/null and b/src/static/house.png differ diff --git a/src/static/index/more.png b/src/static/index/more.png new file mode 100644 index 0000000..7c65610 Binary files /dev/null and b/src/static/index/more.png differ diff --git a/src/static/kehu/pic1.png b/src/static/kehu/pic1.png new file mode 100644 index 0000000..d6e3213 Binary files /dev/null and b/src/static/kehu/pic1.png differ diff --git a/src/static/path.png b/src/static/path.png new file mode 100644 index 0000000..94ae1c4 Binary files /dev/null and b/src/static/path.png differ diff --git a/src/static/pic1.png b/src/static/pic1.png new file mode 100644 index 0000000..fb18127 Binary files /dev/null and b/src/static/pic1.png differ