diff --git a/pages.json b/pages.json index bf1b7f5..5544669 100644 --- a/pages.json +++ b/pages.json @@ -53,7 +53,19 @@ "meta": { "sync": true, "title": "试衣间", - "group": "商城" + "group": "试衣间" + } + }, + { + "path": "pages/uploadClothes/index", + "style": { + "navigationBarTitleText": "服饰上传", + "enablePullDownRefresh": true + }, + "meta": { + "sync": true, + "title": "服饰上传", + "group": "服饰上传" } }, { diff --git a/pages/uploadClothes/SelectPic.vue b/pages/uploadClothes/SelectPic.vue new file mode 100644 index 0000000..7c763e0 --- /dev/null +++ b/pages/uploadClothes/SelectPic.vue @@ -0,0 +1,95 @@ + + + + diff --git a/pages/uploadClothes/index.vue b/pages/uploadClothes/index.vue new file mode 100644 index 0000000..a1a479b --- /dev/null +++ b/pages/uploadClothes/index.vue @@ -0,0 +1,87 @@ + + + + + diff --git a/static/yangtu.png b/static/yangtu.png new file mode 100644 index 0000000..405b93a Binary files /dev/null and b/static/yangtu.png differ