12.12 页面风格改版,增加事件详情相关概念网页跳转,增加绑定手机号功能

This commit is contained in:
尚政杰
2025-12-12 19:35:08 +08:00
parent 44842120da
commit 13c783a0ad
256 changed files with 4046 additions and 2986 deletions

View File

@@ -15,7 +15,7 @@ Component({
data: {
color: "#858C9A",
selected:0,
selectedColor: "#F97316",
selectedColor: "#F3C368",
list: [
{
"pagePath": "/pages/index/index",
@@ -29,6 +29,12 @@ Component({
"iconPath": "/static/icon/tabbar/invest.png",
"selectedIconPath": "/static/icon/tabbar/invest_s.png"
},
// {
// "pagePath": "/pages/concept/concept",
// "text": "概念中心",
// "iconPath": "/static/icon/tabbar/concept.png",
// "selectedIconPath": "/static/icon/tabbar/concept_s.png"
// },
{
"pagePath": "/pages/mine/mine",
"text": "个人中心",