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 0b426af..810d263 100644 --- a/pages.json +++ b/pages.json @@ -65,6 +65,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 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=