diff --git a/components/lf-userList/lf-userList.vue b/components/lf-userList/lf-userList.vue new file mode 100644 index 0000000..98f137a --- /dev/null +++ b/components/lf-userList/lf-userList.vue @@ -0,0 +1,76 @@ + + + + + diff --git a/components/self-line/self-line.vue b/components/self-line/self-line.vue new file mode 100644 index 0000000..ce1b55c --- /dev/null +++ b/components/self-line/self-line.vue @@ -0,0 +1,16 @@ + + + + + diff --git a/main.js b/main.js index 6c139c5..a43a894 100644 --- a/main.js +++ b/main.js @@ -24,6 +24,10 @@ Vue.prototype.$http = $http; // 将无数据组件注入全局 import lfNocontent from '@/components/lf-nocontent/lf-nocontent.vue'; Vue.component('lf-nocontent', lfNocontent); +// 页面分割 +import selfLine from '@/components/self-line/self-line.vue'; +Vue.component('self-line', selfLine); + const app = new Vue({ ...App diff --git a/pages.json b/pages.json index c18ceae..62e63c5 100644 --- a/pages.json +++ b/pages.json @@ -6,7 +6,7 @@ { "path": "pages/index/index", "style": { - "navigationBarTitleText": "领峰UI", + "navigationBarTitleText": "相亲交友", "enablePullDownRefresh": true } }, @@ -20,7 +20,7 @@ ], "globalStyle": { "navigationBarTextStyle": "black", - "navigationBarTitleText": "领峰UI", + "navigationBarTitleText": "相亲交友", "navigationBarBackgroundColor": "#FFFFFF", "backgroundColor": "#F8F8F8" }, diff --git a/pages/index/index.vue b/pages/index/index.vue index e1d2606..2726460 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1,41 +1,123 @@ diff --git a/static/logo.png b/static/logo.png index b5771e2..e3e6210 100644 Binary files a/static/logo.png and b/static/logo.png differ