1 Star 0 Fork 1

flclover / ShoppingMall 前端

forked from Billy / ShoppingMall 前端 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 11.71 KB
一键复制 编辑 原始数据 按行查看 历史
Billy 提交于 2022-01-22 00:40 . 前端
{
"pages" : [
{
"path" : "pages/views/tabBar/home",
"style" : {
"navigationBarTitleText" : "首页",
"navigationBarBackgroundColor" : "#fa436a",
"navigationBarTextStyle" : "white",
"app-plus" : {
"titleNView" : false,
"bounce":"none"
}
}
},
{
"path" : "pages/login/login",
"style" : {
"navigationStyle" : "custom",
"navigationBarTextStyle" : "white",
"navigationBarTitleText" : "登录",
"app-plus" : {
"titleNView" : false
}
}
},
{
"path" : "pages/views/tabBar/category",
"style" : {
"navigationBarTitleText" : "分类",
"app-plus" : {
"titleNView" : false,
"bounce":"none"
}
}
},
{
"path" : "pages/views/tabBar/cart",
"style" : {
"navigationBarTitleText" : "购物车",
"app-plus" : {
"titleNView" : false,
"bounce":"none"
}
}
},
{
"path" : "pages/views/tabBar/user",
"style" : {
"navigationBarTitleText" : "我的",
"navigationStyle" : "custom",
"onReachBottomDistance" : 50,
"app-plus" : {
"bounce" : "none",
"titleNView" : false
}
}
},
{
"path" : "pages/login/warrant",
"style" : {
"navigationStyle" : "custom",
"navigationBarTextStyle" : "white",
"navigationBarTitleText" : "授权",
"app-plus" : {
"titleNView" : false
}
}
},
{
"path" : "pages/views/setting/index",
"style" : {
"navigationBarTitleText" : "设置"
}
},
{
"path" : "pages/views/home/classList",
"style" : {
"navigationBarTitleText" : "商品列表",
"navigationStyle" : "custom",
"app-plus" : {
"titleNView" : false,
"bounce":"none"
}
}
},
{
"path" : "pages/views/goods/goodsDetails",
"style" : {
"navigationStyle" : "custom",
"navigationBarTitleText" : "商品详情"
}
},
{
"path" : "pages/views/goods/goodsEvaluate",
"style" : {
"navigationBarTitleText" : "所有评价",
"navigationBarBackgroundColor":"#F8F8F8",
"app-plus" : {
"bounce":"none"
}
}
},
{
"path" : "pages/views/order/evaluate/evaluate",
"style" : {
"navigationBarTitleText" : "商品评价",
"navigationBarBackgroundColor":"#F8F8F8"
}
},
{
"path" : "pages/views/order/confirmOrder",
"style" : {
"navigationBarTitleText" : "确认订单",
"navigationBarBackgroundColor":"#F8F8F8"
}
},
{
"path" : "pages/views/order/success",
"style" : {
"navigationBarTitleText" : "支付结果",
"navigationStyle" : "custom",
"app-plus" : {
"titleNView" : false
}
}
},
{
"path" : "pages/views/user/mycoupon",
"style" : {
"navigationBarTitleText" : "优惠券",
"navigationBarBackgroundColor":"#F8F8F8",
"app-plus" : {
"bounce":"none"
}
}
},
{
"path" : "pages/views/user/mycollection",
"style" : {
"navigationBarTitleText" : "我的收藏",
"navigationStyle" : "custom",
"app-plus" : {
"titleNView" : false,
"bounce":"none"
}
}
},
{
"path" : "pages/views/user/myaddress",
"style" : {
"navigationBarTitleText" : "收货地址",
"navigationBarBackgroundColor":"#F8F8F8",
"app-plus" : {
"bounce":"none"
}
}
},
{
"path" : "pages/views/user/address/edit",
"style" : {
"navigationBarTitleText" : "编辑收货地址",
"navigationBarBackgroundColor":"#F8F8F8"
}
},
{
"path" : "pages/views/user/mypoints",
"style" : {
"navigationBarTitleText" : "我的积分",
"navigationBarTextStyle" : "white",
"app-plus" : {
"bounce":"none"
}
}
},
{
"path" : "pages/views/user/exchange/exchange",
"style" : {
"navigationBarTitleText" : "兑换礼品",
"navigationBarBackgroundColor":"#F8F8F8"
}
},
{
"path" : "pages/views/user/mydistribution",
"style" : {
"navigationBarTitleText" : "分销中心",
"navigationBarTextStyle" : "white"
}
},
{
"path" : "pages/views/order/orderList",
"style" : {
"navigationBarTitleText" : "我的订单",
"navigationStyle" : "custom",
"app-plus" : {
"titleNView" : false,
"bounce":"none"
}
}
},
{
"path" : "pages/views/order/orderDetails",
"style" : {
"navigationBarTitleText" : "订单详情",
"navigationBarBackgroundColor":"#F8F8F8"
}
},
{
"path" : "pages/views/order/cancelOrder",
"style" : {
"navigationBarTitleText" : "申请退款",
"navigationBarBackgroundColor":"#F8F8F8"
}
},
{
"path" : "pages/views/order/afterSaleList",
"style" : {
"navigationBarTitleText" : "退换/售后",
"navigationStyle" : "custom",
"app-plus" : {
"titleNView" : false,
"bounce":"none"
}
}
},
{
"path" : "pages/views/order/afterType",
"style" : {
"navigationBarTitleText" : "选择售后类型",
"navigationBarBackgroundColor":"#F8F8F8"
}
},
{
"path" : "pages/views/order/afterSale",
"style" : {
"navigationBarTitleText" : "申请售后",
"navigationBarBackgroundColor":"#F8F8F8"
}
},
{
"path" : "pages/views/order/location/location",
"style" : {
"navigationBarTitleText" : "编辑取件地址",
"navigationBarBackgroundColor":"#F8F8F8"
}
},
{
"path" : "pages/views/order/afterSaleDetails",
"style" : {
"navigationBarTitleText" : "服务单详情",
"navigationBarBackgroundColor":"#F8F8F8"
}
},
{
"path" : "pages/views/order/stepDetails",
"style" : {
"navigationBarTitleText" : "进度详情",
"navigationBarBackgroundColor":"#F8F8F8"
}
},
{
"path" : "pages/views/withdrawal/withdrawal",
"style" : {
"navigationBarTitleText" : "提现",
"navigationBarBackgroundColor":"#F8F8F8"
}
},
{
"path" : "pages/views/withdrawal/withdrawalrecord",
"style" : {
"navigationBarTitleText" : "提现明细",
"navigationBarBackgroundColor":"#F8F8F8",
"app-plus" : {
"bounce":"none"
}
}
},
{
"path" : "pages/views/user/mysubordinate",
"style" : {
"navigationBarTitleText" : "我的下级",
"navigationBarBackgroundColor":"#F8F8F8",
"app-plus" : {
"bounce":"none"
}
}
},
{
"path" : "pages/views/user/extension",
"style" : {
"navigationBarTitleText" : "推广海报",
"navigationBarBackgroundColor":"#F8F8F8"
}
},
{
"path" : "pages/views/home/search",
"style" : {
"navigationBarTitleText" : "搜索",
"navigationBarBackgroundColor":"#F8F8F8"
}
},
{
"path" : "pages/views/home/h5map",
"style" : {
"navigationBarTitleText" : "选择位置",
"navigationBarBackgroundColor":"#F8F8F8"
}
},
{
"path" : "pages/views/user/allFootprint",
"style" : {
"navigationBarTitleText" : "我的足迹",
"navigationStyle" : "custom",
"app-plus" : {
"titleNView" : false,
"bounce":"none"
}
}
},
{
"path" : "pages/login/register",
"style" : {
"navigationStyle" : "custom",
"navigationBarTextStyle" : "white",
"navigationBarTitleText" : "注册",
"app-plus" : {
"titleNView" : false
}
}
}
,{
"path" : "pages/commponent/home/category",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/commponent/mask/mask",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
],
"style" : "v2",
"sitemapLocation" : "sitemap.json",
"tabBar" : {
"backgroundColor" : "#ffffff",
"borderStyle" : "white",
"selectedColor" : "#3B7A86",
"color" : "#666666",
"list" : [
{
"pagePath" : "pages/views/tabBar/home",
"iconPath" : "/static/images/tabBar/home.png",
"selectedIconPath" : "/static/images/tabBar/tab-home-cyan.png",
"text" : "首页"
},
{
"pagePath" : "pages/views/tabBar/category",
"iconPath" : "/static/images/tabBar/class.png",
"selectedIconPath" : "/static/images/tabBar/tab-cate-cyan.png",
"text" : "分类"
},
{
"pagePath" : "pages/views/tabBar/cart",
"iconPath" : "/static/images/tabBar/cart.png",
"selectedIconPath" : "/static/images/tabBar/tab-cart-cyan.png",
"text" : "购物车"
},
{
"pagePath" : "pages/views/tabBar/user",
"iconPath" : "/static/images/tabBar/user.png",
"selectedIconPath" : "/static/images/tabBar/tab-user-cyan.png",
"text" : "我的"
}
]
},
"permission" : {
"scope.userLocation" : {
"desc" : "你的位置信息将用于小程序位置接口的效果展示"
}
},
"globalStyle" : {
"backgroundTextStyle" : "light",
"navigationBarBackgroundColor" : "#fff",
"navigationBarTitleText" : "Weixin",
"navigationBarTextStyle" : "black"
},
"subPackages" : []
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/flclover/shopping-mall.git
git@gitee.com:flclover/shopping-mall.git
flclover
shopping-mall
ShoppingMall 前端
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891