From bd88e395aa58cffb9878c599cd51b789c4948b2b Mon Sep 17 00:00:00 2001 From: luyuan <1162963624@qq.com> Date: Fri, 12 Jun 2020 09:52:05 +0800 Subject: [PATCH 1/2] yarn --- yarn.lock | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 yarn.lock diff --git a/yarn.lock b/yarn.lock new file mode 100644 index 0000000..b0ddcd1 --- /dev/null +++ b/yarn.lock @@ -0,0 +1,8 @@ +# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. +# yarn lockfile v1 + + +uview-ui@^1.3.3: + version "1.3.3" + resolved "https://registry.npm.taobao.org/uview-ui/download/uview-ui-1.3.3.tgz#6e666c8e2139b1787eb48dc54a0a663cb2f728d7" + integrity sha1-bmZsjiE5sXh+tI3FSgpmPLL3KNc= From 1acef99f501e0676fe16dbcef9acedd22374c84e Mon Sep 17 00:00:00 2001 From: luyuan <1162963624@qq.com> Date: Fri, 12 Jun 2020 15:08:37 +0800 Subject: [PATCH 2/2] 1232 --- components/user/navs.vue | 29 ++++++++++++++++ pages.json | 25 ++++++++++++++ pages/user/index.vue | 74 ++++++++++++++++++++++++++++++++++++++++ pages/user/info.vue | 45 ++++++++++++++++++++++++ 4 files changed, 173 insertions(+) create mode 100644 components/user/navs.vue create mode 100644 pages/user/index.vue create mode 100644 pages/user/info.vue diff --git a/components/user/navs.vue b/components/user/navs.vue new file mode 100644 index 0000000..5c63d71 --- /dev/null +++ b/components/user/navs.vue @@ -0,0 +1,29 @@ + + + \ No newline at end of file diff --git a/pages.json b/pages.json index 15cf7df..b83611a 100644 --- a/pages.json +++ b/pages.json @@ -26,6 +26,31 @@ } } } + , + { + "path": "pages/user/index", + "style": { + "navigationBarTitleText": "个人中心", + "app-plus": { + "titleNView": { + "backgroundColor": "#FFFFFF", + "titleColor": "#333333" + } + } + } + }, + { + "path": "pages/user/info", + "style": { + "navigationBarTitleText": "个人资料", + "app-plus": { + "titleNView": { + "backgroundColor": "#FFFFFF", + "titleColor": "#333333" + } + } + } + } ], "globalStyle": { "navigationBarTextStyle": "black", diff --git a/pages/user/index.vue b/pages/user/index.vue new file mode 100644 index 0000000..7c8d3c5 --- /dev/null +++ b/pages/user/index.vue @@ -0,0 +1,74 @@ + + + \ No newline at end of file diff --git a/pages/user/info.vue b/pages/user/info.vue new file mode 100644 index 0000000..b78fd0a --- /dev/null +++ b/pages/user/info.vue @@ -0,0 +1,45 @@ + + + \ No newline at end of file