12.12 页面风格改版,增加事件详情相关概念网页跳转,增加绑定手机号功能
This commit is contained in:
@@ -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": "个人中心",
|
||||
|
||||
Reference in New Issue
Block a user