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 9b1d394..b05f907 100644 --- a/pages.json +++ b/pages.json @@ -70,6 +70,14 @@ "navigationBarTitleText": "", "navigationStyle": "custom" + } + }, + { + "path": "photo/index", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } } ] diff --git a/pages/index/index.vue b/pages/index/index.vue index 3bf37b3..764365a 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -186,6 +186,16 @@ export default { zhiboItem, indexad, darenItem + }, + methods:{ + dianji(a){ + console.log(a) + if(typeof a == "object"){ + this.num = a.detail.current + }else{ + this.num = a + } + } } } \ No newline at end of file