This commit is contained in:
2025-04-18 16:32:32 +08:00
parent 09c087508f
commit 8e44473164
74 changed files with 24833 additions and 10335 deletions

View File

@@ -11,7 +11,8 @@
// "height": "60px"
// }
// },
"pages": [{
"pages": [
{
"path": "pages/advertisement/index/index",
"style": {
"navigationBarTitleText": "启动页",
@@ -47,7 +48,6 @@
}
}
},
{
"path": "pages/user/curriculumDetail",
"style": {
@@ -60,12 +60,9 @@
}
}
},
{
"path": "pages/mine/wallet/couponList",
"style": {
"navigationBarTitleText": "用户优惠券列表",
"enablePullDownRefresh": false, // 禁止下拉刷新,
"app-plus": {
@@ -79,10 +76,8 @@
"path": "pages/homePage/index/index",
"style": {
"navigationBarTitleText": "首页",
"enablePullDownRefresh": false,
"onReachBottomDistance": 100,
"app-plus": {
"bounce": "none",
"titleNView": false,
@@ -347,7 +342,6 @@
"path": "pages/curriculum/cate/index",
"style": {
"navigationBarTitleText": "分类详情",
"enablePullDownRefresh": true,
"onReachBottomDistance": 100,
"app-plus": {
@@ -382,6 +376,30 @@
}
}
},
{
"path": "pages/course/myCourse",
"style": {
"navigationBarTitleText": "我的课程",
"enablePullDownRefresh": false,
"app-plus": {
"bounce": "none",
"titleNView": false,
"popGesture": "none"
}
}
},
{
"path": "pages/hufen/hufen",
"style": {
"navigationBarTitleText": "我的湖分",
"enablePullDownRefresh": false,
"app-plus": {
"bounce": "none",
"titleNView": false,
"popGesture": "none"
}
}
},
{
"path": "pages/curriculum/order/curriculum/index",
"style": {
@@ -568,12 +586,14 @@
"navigationBarTitleText": "模版",
"app-plus": {
"titleNView": {
"buttons": [{
"text": "\ue534",
"fontSrc": "/static/uni.ttf",
"fontSize": "22px",
"color": "#FFFFFF"
}]
"buttons": [
{
"text": "\ue534",
"fontSrc": "/static/uni.ttf",
"fontSize": "22px",
"color": "#FFFFFF"
}
]
}
}
}
@@ -584,12 +604,14 @@
"navigationBarTitleText": "扩展组件",
"app-plus": {
"titleNView": {
"buttons": [{
"text": "\ue534",
"fontSrc": "/static/uni.ttf",
"fontSize": "22px",
"color": "#FFFFFF"
}]
"buttons": [
{
"text": "\ue534",
"fontSrc": "/static/uni.ttf",
"fontSize": "22px",
"color": "#FFFFFF"
}
]
}
}
}
@@ -920,7 +942,8 @@
"borderStyle": "black",
// "backgroundColor": "#ffffff",
"backgroundColor": "#fff",
"list": [{
"list": [
{
"pagePath": "pages/homePage/index/index",
"iconPath": "static/tab/home.png",
"selectedIconPath": "static/tab/home_active.png",