'颜色尺码价格联动'

This commit is contained in:
2026-08-22 19:05:26 +08:00
parent c3b6af07c9
commit b190fba0f3
39 changed files with 2434 additions and 2997 deletions
+6 -2
View File
@@ -21,11 +21,15 @@
"list": [
{
"pagePath": "pages/index/index",
"text": "首页"
"text": "首页",
"iconPath": "static/icons/tabbar/tab_home_gray.png",
"selectedIconPath": "static/icons/tabbar/tab_home_orange.png"
},
{
"pagePath": "pages/products/products",
"text": "产品"
"text": "产品",
"iconPath": "static/icons/tabbar/tab_product_gray.png",
"selectedIconPath": "static/icons/tabbar/tab_product_orange.png"
}
]
},