From 2f123fbb48cf8b92962ff283fee342df2c4eebcf Mon Sep 17 00:00:00 2001 From: luyuan <1162963624@qq.com> Date: Tue, 9 Jun 2020 14:29:43 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E5=9F=BA=E6=9C=AC=E5=AE=8C?= =?UTF-8?q?=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 +- pageB/components/shoplist/index.vue | 47 +++++++++++ pageB/components/shoplist/item.vue | 55 +++++++++++++ pageB/components/shpoone/index.vue | 51 ++++++++++++ pageB/components/userinfo/index.vue | 83 +++++++++++++++++++ pageB/photo/index.vue | 122 ++++++++++++++++++++++++++++ pages.json | 8 ++ 7 files changed, 368 insertions(+), 2 deletions(-) create mode 100644 pageB/components/shoplist/index.vue create mode 100644 pageB/components/shoplist/item.vue create mode 100644 pageB/components/shpoone/index.vue create mode 100644 pageB/components/userinfo/index.vue create mode 100644 pageB/photo/index.vue diff --git a/README.md b/README.md index d6b4b41..0565165 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ |-pageA 前期注册用页面 |-pageB 首页类页面 |-pageC 商城下页面 -|-pageD 我的页面 -|-pageE 其余杂乱页面 +|-pageD 其余杂乱页面 +|-pageE 我的页面 |-components 组建目录 |-static 静态文件目录 |-|images 图片文件 diff --git a/pageB/components/shoplist/index.vue b/pageB/components/shoplist/index.vue new file mode 100644 index 0000000..35a63d9 --- /dev/null +++ b/pageB/components/shoplist/index.vue @@ -0,0 +1,47 @@ + + + \ No newline at end of file diff --git a/pageB/components/shoplist/item.vue b/pageB/components/shoplist/item.vue new file mode 100644 index 0000000..353ad5e --- /dev/null +++ b/pageB/components/shoplist/item.vue @@ -0,0 +1,55 @@ + + + \ No newline at end of file diff --git a/pageB/components/shpoone/index.vue b/pageB/components/shpoone/index.vue new file mode 100644 index 0000000..989bdac --- /dev/null +++ b/pageB/components/shpoone/index.vue @@ -0,0 +1,51 @@ + + + \ No newline at end of file diff --git a/pageB/components/userinfo/index.vue b/pageB/components/userinfo/index.vue new file mode 100644 index 0000000..60ccbe1 --- /dev/null +++ b/pageB/components/userinfo/index.vue @@ -0,0 +1,83 @@ + + + \ No newline at end of file diff --git a/pageB/photo/index.vue b/pageB/photo/index.vue new file mode 100644 index 0000000..eec5748 --- /dev/null +++ b/pageB/photo/index.vue @@ -0,0 +1,122 @@ + + + \ No newline at end of file diff --git a/pages.json b/pages.json index b7781a2..9aca7b9 100644 --- a/pages.json +++ b/pages.json @@ -70,6 +70,14 @@ "navigationBarTitleText": "", "navigationStyle": "custom" + } + }, + { + "path": "photo/index", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } } ]