7.10 增加登录页面,事件详情接口对接,我的点赞,关注收藏页面搭建,接口对接

This commit is contained in:
尚政杰
2025-07-10 18:08:16 +08:00
parent c4267a0e27
commit 58b3414bdd
356 changed files with 7710 additions and 978 deletions

View File

@@ -90,6 +90,34 @@
{
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/mine/followCollect/followCollect",
"style" :
{
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/mine/myLike/myLike",
"style" :
{
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/login/login",
"style" :
{
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/login/codeLogin/codeLogin",
"style" :
{
"navigationBarTitleText" : ""
}
}
],
"globalStyle": {
@@ -100,20 +128,20 @@
"custom": true,
"list": [
{
"iconPath": "",
"selectedIconPath": "",
"iconPath": "/static/icon/tabbar/home.png",
"selectedIconPath": "/static/icon/tabbar/home_s.png",
"text": "首页",
"pagePath": "pages/index/index"
},
{
"iconPath": "",
"selectedIconPath": "",
"iconPath": "/static/icon/tabbar/invest.png",
"selectedIconPath": "/static/icon/tabbar/invest_s.png",
"text": "投资",
"pagePath": "pages/invest/invest"
},
{
"iconPath": "",
"selectedIconPath": "",
"iconPath": "/static/icon/tabbar/mine.png",
"selectedIconPath": "/static/icon/tabbar/mine_s.png",
"text": "我的",
"pagePath": "pages/mine/mine"
}