1 Star 0 Fork 116

towith / usemall

forked from Usecloud / usemall 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 6.77 KB
一键复制 编辑 原始数据 按行查看 历史
{
"pages": [{
"path": "pages/tabbar/home",
"style": {
"navigationBarTitleText": "用云电商",
"enablePullDownRefresh": true
}
}, {
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "用云电商",
"enablePullDownRefresh": true
}
}, {
"path": "pages/tabbar/category",
"style": {
"navigationBarTitleText": "分类",
"enablePullDownRefresh": true
}
}, {
"path": "pages/tabbar/cart",
"style": {
"navigationBarTitleText": "购物车",
"enablePullDownRefresh": true
}
}, {
"path": "pages/tabbar/user",
"style": {
"navigationBarTitleText": "我的",
"navigationStyle": "custom"
}
}, {
"path": "pages/home/search/search",
"style": {
"navigationBarTitleText": "搜索"
}
}, {
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录"
}
}, {
"path": "pages/login/register",
"style": {
"navigationBarTitleText": "注册"
}
},
{
"path": "pages/login/forgot-password",
"style": {
"navigationBarTitleText": "忘记密码"
}
}, {
"path": "pages/goods/goods",
"style": {
"navigationBarTitleText": "商品详情"
}
}, {
"path": "pages/goods/goods-list",
"style": {
"navigationBarTitleText": "商品列表"
}
}, {
"path": "pages/goods/goods-evaluate",
"style": {
"navigationBarTitleText": "商品评价"
}
}, {
"path": "pages/user/address/address-edit",
"style": {
"navigationBarTitleText": "添加收货人"
}
}, {
"path": "pages/user/address/address",
"style": {
"navigationBarTitleText": "收货管理"
}
}, {
"path": "pages/user/order/order",
"style": {
"navigationBarTitleText": "全部订单"
}
}, {
"path": "pages/user/order/order-detail",
"style": {
"navigationBarTitleText": "订单详情"
}
}, {
"path": "pages/user/order/order-refund",
"style": {
"navigationBarTitleText": "订单退款"
}
}, {
"path": "pages/user/order/order-express",
"style": {
"navigationBarTitleText": "物流轨迹"
}
}, {
"path": "pages/user/order/order-evaluate",
"style": {
"navigationBarTitleText": "订单评价"
}
}, {
"path": "pages/user/collect/collect",
"style": {
"navigationBarTitleText": "我的收藏"
}
}, {
"path": "pages/user/browsing/browsing",
"style": {
"navigationBarTitleText": "我的足迹"
}
}, {
"path": "pages/user/setting/setting",
"style": {
"navigationBarTitleText": "系统设置"
}
}, {
"path": "pages/user/setting/personal",
"style": {
"navigationBarTitleText": "个人资料"
}
}, {
"path": "pages/user/coupon/coupon",
"style": {
"navigationBarTitleText": "我的优惠券"
}
}, {
"path": "pages/user/integral/sign",
"style": {
"navigationBarTitleText": "每日签到",
"navigationBarBackgroundColor": "#ff6a6c",
"navigationBarTextStyle": "black"
}
}, {
"path": "pages/user/integral/detail",
"style": {
"navigationBarTitleText": "积分明细"
}
}, {
"path": "pages/order/create",
"style": {
"navigationBarTitleText": "创建订单"
}
}, {
"path": "pages/pay/pay",
"style": {
"navigationBarTitleText": "支付"
}
}, {
"path": "pages/pay/success",
"style": {
"navigationBarTitleText": "支付提示"
}
}, {
"path": "pages/content/web",
"style": {
"navigationBarTitleText": "用云"
}
}, {
"path": "pages/content/rich-text",
"style": {
"navigationBarTitleText": "用云"
}
}, {
"path": "pages/marketing/coupon",
"style": {
"navigationBarTitleText": "领券中心",
"enablePullDownRefresh": true
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "用云电商",
"navigationBarBackgroundColor": "#fff",
"backgroundColor": "#fff",
"mp-360": {
// 去掉uni-app header,使用360小程序header
"navigationStyle": "custom"
}
},
"tabBar": {
"color": "#C0C4CC",
"selectedColor": "#ff6a6c",
"borderStyle": "white",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/tabbar/home",
"iconPath": "static/images/tabbar/home.png",
"selectedIconPath": "static/images/tabbar/home-active.png",
"text": "首页"
},
{
"pagePath": "pages/tabbar/category",
"iconPath": "static/images/tabbar/category.png",
"selectedIconPath": "static/images/tabbar/category-active.png",
"text": "分类"
},
{
"pagePath": "pages/tabbar/cart",
"iconPath": "static/images/tabbar/cart.png",
"selectedIconPath": "static/images/tabbar/cart-active.png",
"text": "购物车"
},
{
"pagePath": "pages/tabbar/user",
"iconPath": "static/images/tabbar/user.png",
"selectedIconPath": "static/images/tabbar/user-active.png",
"text": "我的"
}
]
},
"condition": {
"current": 0,
"list": [{
"name": "",
"path": "",
"query": ""
}]
}
}
JavaScript
1
https://gitee.com/towith/usemall.git
git@gitee.com:towith/usemall.git
towith
usemall
usemall
master

搜索帮助