feat(uploadClothes): 新增服饰上传页面及选择图片组件

新增 uploadClothes 页面,支持用户上传服饰图片并展示。
包含 SelectPic 组件用于引导用户选择符合要求的图片。
页面支持下拉刷新和模板初始化逻辑。
This commit is contained in:
guigongli
2025-09-21 21:33:03 +08:00
parent f8dd924fa4
commit f5bfdb812f
4 changed files with 195 additions and 1 deletions
+13 -1
View File
@@ -53,7 +53,19 @@
"meta": {
"sync": true,
"title": "试衣间",
"group": "商城"
"group": "试衣间"
}
},
{
"path": "pages/uploadClothes/index",
"style": {
"navigationBarTitleText": "服饰上传",
"enablePullDownRefresh": true
},
"meta": {
"sync": true,
"title": "服饰上传",
"group": "服饰上传"
}
},
{