8.28 修改事件详情相关概念模块样式,增加股票详情信息来源展示

This commit is contained in:
尚政杰
2025-08-28 17:42:22 +08:00
parent 58b3414bdd
commit bf2388c3ec
403 changed files with 19843 additions and 1602 deletions

View File

@@ -11,7 +11,8 @@
"path" : "pages/invest/invest",
"style" :
{
"navigationBarTitleText" : ""
"navigationBarTitleText" : "",
"enablePullDownRefresh": true
}
},
{
@@ -63,20 +64,6 @@
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/mine/vip/vip",
"style" :
{
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/mine/vipMeal/vipMeal",
"style" :
{
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/index/stockDetails/stockDetails",
"style" :
@@ -88,7 +75,9 @@
"path" : "pages/index/conceptDetails/conceptDetails",
"style" :
{
"navigationBarTitleText" : ""
"navigationBarTitleText" : "",
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black"
}
},
{
@@ -118,7 +107,35 @@
{
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/mine/web/web",
"style" :
{
"navigationBarTitleText" : ""
}
}
],
"subPackages": [
{
"root": "pagesMine",
"pages": [
{
"path": "vip/vip",
"style" :
{
"navigationBarTitleText" : ""
}
},
{
"path" : "vipMeal/vipMeal",
"style" :
{
"navigationBarTitleText" : ""
}
}
]
}
],
"globalStyle": {
"navigationStyle": "custom",