1 Star 1 Fork 5

ganshisheng/293_滴滴拼车小程序模板

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 1.13 KB
一键复制 编辑 原始数据 按行查看 历史
ganshisheng 提交于 2020-06-10 14:13 . first commit
{
"pages":[
"pages/index/index",
"pages/driver/driver",
"pages/body/body",
"pages/caruser/caruser",
"pages/user/user",
"pages/userbody/userbody",
"pages/userto/userto",
"pages/logs/logs",
"pages/Feedback/Feedback"
],
"window":{
"navigationBarBackgroundColor": "white",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "拼车",
"backgroundColor": "#eeeeee",
"backgroundTextStyle": "light"
},
"tabBar": {
"color": "#2c2c2c",
"selectedColor": "#09bb07",
"backgroundColor": "white",
"borderStyle": "black",
"position":"bottom",
"list": [{
"pagePath": "pages/index/index",
"text": "主页",
"iconPath": "img/index1.png",
"selectedIconPath": "img/index2.png"
},
{
"pagePath": "pages/driver/driver",
"text": "发布信息",
"iconPath": "img/exte1.png",
"selectedIconPath": "img/exte2.png"
},
{
"pagePath":"pages/user/user",
"text": "个人中心",
"iconPath": "img/user.png",
"selectedIconPath": "img/user_1.png"
}]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
微信
1
https://gitee.com/ganshisheng/wxapp_293.git
git@gitee.com:ganshisheng/wxapp_293.git
ganshisheng
wxapp_293
293_滴滴拼车小程序模板
master

搜索帮助