1 Star 0 Fork 7

takuxing / 325_麦当劳点餐小程序模板

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 1.18 KB
一键复制 编辑 原始数据 按行查看 历史
ganshisheng 提交于 2020-06-10 14:20 . first commit
{
"pages":[
"pages/index/index",
"pages/happynotice/happynotice",
"pages/userinfo/userinfo",
"pages/queryintegral/queryintegral",
"pages/integralmall/integralmall",
"pages/user/user",
"pages/integraldetail/integraldetail",
"pages/qrcodenull/qrcodenull",
"pages/register/register",
"pages/qrcode/qrcode"
],
"window":{
"backgroundTextStyle":"light",
"navigationBarBackgroundColor": "#000",
"navigationBarTitleText": "i麦当劳",
"navigationBarTextStyle":"white"
},
"tabBar": {
"color": "#707070",
"selectedColor": "#ffc324",
"backgroundColor": "#ffffff",
"borderStyle": "white",
"list":[{
"pagePath": "pages/index/index",
"iconPath": "images/icon_index.png",
"selectedIconPath": "images/icon_index_HL.png",
"text": "首页"
},
{
"pagePath": "pages/qrcode/qrcode",
"iconPath": "images/icon_qrcode.png",
"selectedIconPath": "images/icon_qrcode_HL.png",
"text": "我的二维码"
},
{
"pagePath": "pages/user/user",
"iconPath": "images/icon_user.png",
"selectedIconPath": "images/icon_user_HL.png",
"text": "个人信息"
}]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
微信
1
https://gitee.com/takuxing/wxapp_325.git
git@gitee.com:takuxing/wxapp_325.git
takuxing
wxapp_325
325_麦当劳点餐小程序模板
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891