2.5 主营业务明细与历史对比表完善,增加非会员弹窗跳转,调整会员页面文字,财务数据模块单季度增加总值展示

This commit is contained in:
尚政杰
2026-02-05 17:47:47 +08:00
parent c4cbd5a11f
commit 21e16f543f
86 changed files with 1661 additions and 376 deletions

View File

@@ -23,24 +23,30 @@ Component({
"iconPath": "/static/icon/tabbar/home.png",
"selectedIconPath": "/static/icon/tabbar/home_s.png"
},
{
"pagePath": "/pages/invest/invest",
"text": "投资日历",
"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/geGuCenter/geGuCenter",
"text": "个股中心",
"iconPath": "/static/icon/tabbar/gegu.png",
"selectedIconPath": "/static/icon/tabbar/gegu_s.png"
},
{
"pagePath": "/pages/ztfx/ztfx",
"text": "涨停分析",
"iconPath": "/static/icon/tabbar/zt.png",
"selectedIconPath": "/static/icon/tabbar/zt_s.png"
},
// {
// "pagePath": "/pages/geGuCenter/geGuCenter",
// "text": "个股中心",
// "iconPath": "/static/icon/tabbar/gegu.png",
// "selectedIconPath": "/static/icon/tabbar/gegu_s.png"
// },
// {
// "pagePath": "/pages/ztfx/ztfx",
// "text": "涨停分析",
// "iconPath": "/static/icon/tabbar/zt.png",
// "selectedIconPath": "/static/icon/tabbar/zt_s.png"
// },
{
"pagePath": "/pages/mine/mine",
"text": "个人中心",
@@ -64,7 +70,7 @@ Component({
const index = data.index
if(index==3)
{
//如果是购物车和我的,需要登录
//如果是个人中心,需要登录
let token = wx.getStorageSync('token')
if (!token) {
wx.navigateTo({