增加培训班管理,增加购物车功能

This commit is contained in:
liuyuan
2025-07-01 16:35:55 +08:00
parent 06340ad137
commit 249b4b93f6
25 changed files with 4428 additions and 1764 deletions

View File

@@ -218,6 +218,30 @@
}
}
},
{
"path": "pages/trainingCourse/index",
"style": {
"navigationBarTitleText": "培训班管理",
"enablePullDownRefresh": false, // 禁止下拉刷新
"app-plus": {
"bounce": "none",
"titleNView": false,
"popGesture": "none"
}
}
},
{
"path": "pages/trainingCourse/detail",
"style": {
"navigationBarTitleText": "培训班管理",
"enablePullDownRefresh": false, // 禁止下拉刷新
"app-plus": {
"bounce": "none",
"titleNView": false,
"popGesture": "none"
}
}
},
{
"path": "pages/my/persData",
"style": {
@@ -314,6 +338,18 @@
}
}
},
{
"path": "pages/goods/shopping",
"style": {
"navigationBarTitleText": "购物车",
"enablePullDownRefresh": false,
"app-plus": {
"bounce": "none",
"titleNView": false,
"popGesture": "none"
}
}
},
{
"path": "pages/place/order",
"style": {