1 Star 0 Fork 341

yuncha / ShopXO开源商城uniapp端

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pages.json 40.67 KB
一键复制 编辑 原始数据 按行查看 历史
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173
{
"pages": [{
"path": "pages/index/index",
"style": {
// #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU || H5 || APP
"navigationStyle": "custom",
// #endif
// #ifndef MP-ALIPAY
"navigationBarTitleText": "ShopXO",
// #endif
// #ifdef MP-ALIPAY
"transparentTitle": "always",
"titlePenetrate": "YES",
"navigationBarTitleText": "",
// #endif
"enablePullDownRefresh": true,
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/goods-category/goods-category",
"style": {
// #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU || H5 || APP
"navigationStyle": "custom",
// #endif
// #ifndef MP-ALIPAY
"navigationBarTitleText": "商品分类",
// #endif
// #ifdef MP-ALIPAY
"transparentTitle": "always",
"titlePenetrate": "YES",
"navigationBarTitleText": "",
"scrollIndicator": "none", // 该页不显示滚动条
// #endif
"enablePullDownRefresh": false,
// 禁止页面下拉
"disableScroll": true
}
},
{
"path": "pages/cart/cart",
"style": {
"enablePullDownRefresh": false,
"disableScroll": true,
"navigationBarTitleText": "购物车"
}
},
{
"path": "pages/user/user",
"style": {
// #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU || H5 || APP
"navigationStyle": "custom",
// #endif
// #ifndef MP-ALIPAY
"navigationBarTitleText": "用户中心",
// #endif
// #ifdef MP-ALIPAY
"transparentTitle": "always",
"titlePenetrate": "YES",
"navigationBarTitleText": "",
// #endif
"enablePullDownRefresh": true
}
},
{
"path": "pages/cart-page/cart-page",
"style": {
"enablePullDownRefresh": false,
"disableScroll": true,
"navigationBarTitleText": "购物车"
}
},
{
"path": "pages/buy/buy",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "订单确认"
}
},
{
"path": "pages/web-view/web-view",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "pages/login/login",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "登录"
}
},
{
"path": "pages/paytips/paytips",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "安全支付"
}
},
{
"path": "pages/goods-search/goods-search",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "商品搜索"
}
},
{
"path": "pages/goods-detail/goods-detail",
"style": {
// #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU
"navigationStyle": "custom",
// #endif
"enablePullDownRefresh": true,
"navigationBarTitleText": "商品详情"
}
},
{
"path": "pages/goods-comment/goods-comment",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "商品评价"
}
},
{
"path": "pages/user-address/user-address",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "我的地址"
}
},
{
"path": "pages/user-address-save/user-address-save",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "地址编辑"
}
},
{
"path": "pages/user-order/user-order",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "我的订单"
}
},
{
"path": "pages/user-order-detail/user-order-detail",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "订单详情"
}
},
{
"path": "pages/user-order-comments/user-order-comments",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "订单评价"
}
},
{
"path": "pages/user-favor/user-favor",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "商品收藏"
}
},
{
"path": "pages/message/message",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "消息"
}
},
{
"path": "pages/user-integral/user-integral",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "积分明细"
}
},
{
"path": "pages/user-goods-browse/user-goods-browse",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "我的足迹"
}
},
{
"path": "pages/user-orderaftersale/user-orderaftersale",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "退款/售后"
}
},
{
"path": "pages/user-orderaftersale-detail/user-orderaftersale-detail",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "订单售后"
}
},
{
"path": "pages/extraction-address/extraction-address",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "自提地址"
}
},
{
"path": "pages/common/open-setting-location/open-setting-location",
"style": {
// #ifndef MP-TOUTIAO
"navigationStyle": "custom",
// #endif
"enablePullDownRefresh": false
}
},
{
"path": "pages/common/agreement/agreement",
"style": {
// #ifndef MP-TOUTIAO
"navigationStyle": "custom",
// #endif
"enablePullDownRefresh": false
}
},
{
"path": "pages/design/design",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "页面设计"
}
},
{
"path": "pages/error/error",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "温馨提示"
}
},
{
"path": "pages/article-category/article-category",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "所有文章"
}
},
{
"path": "pages/article-detail/article-detail",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "文章详情"
}
},
{
"path": "pages/setup/setup",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "设置"
}
},
{
"path": "pages/personal/personal",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "个人资料"
}
},
{
"path": "pages/logout/logout",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "账号注销"
}
}
],
"subPackages": [{
"root": "pages/plugins/seckill",
"pages": [{
"path": "index/index",
"style": {
// #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU || APP
"navigationStyle": "custom",
// #endif
// #ifdef MP-ALIPAY
"transparentTitle": "auto",
"titlePenetrate":"YES",
// #endif
"enablePullDownRefresh": true,
"navigationBarTitleText": "限时秒杀"
}
}]
},
{
"root": "pages/plugins/coupon",
"pages": [{
"path": "index/index",
"style": {
// #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU || APP
"navigationStyle": "custom",
// #endif
// #ifdef MP-ALIPAY
"transparentTitle": "auto",
"titlePenetrate":"YES",
// #endif
"enablePullDownRefresh": true,
"navigationBarTitleText": "领券中心"
}
},
{
"path": "shop/shop",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "店铺领券中心"
}
},
{
"path": "user/user",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "我的卡券"
}
}
]
},
{
"root": "pages/plugins/membershiplevelvip",
"pages": [{
"path": "index/index",
"style": {
// #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU || APP
"navigationStyle": "custom",
// #endif
// #ifdef MP-ALIPAY
"transparentTitle": "auto",
"titlePenetrate":"YES",
// #endif
"enablePullDownRefresh": true,
"navigationBarTitleText": "会员VIP"
}
},
{
"path": "buy/buy",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "开通会员"
}
},
{
"path": "user/user",
"style": {
// #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU || APP
"navigationStyle": "custom",
// #endif
// #ifdef MP-ALIPAY
"transparentTitle": "auto",
"titlePenetrate":"YES",
// #endif
"enablePullDownRefresh": true,
"navigationBarTitleText": "我的会员"
}
},
{
"path": "order/order",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "开通订单"
}
},
{
"path": "order-detail/order-detail",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "订单详情"
}
},
{
"path": "profit/profit",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "收益明细"
}
},
{
"path": "profit-detail/profit-detail",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "收益详情"
}
},
{
"path": "poster/poster",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "推广返利"
}
},
{
"path": "team/team",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "我的团队"
}
},
{
"path": "member-code/member-code",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "会员码"
}
}
]
},
{
"root": "pages/plugins/distribution",
"pages": [{
"path": "user/user",
"style": {
// #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU || APP
"navigationStyle": "custom",
// #endif
// #ifdef MP-ALIPAY
"transparentTitle": "auto",
"titlePenetrate":"YES",
// #endif
"enablePullDownRefresh": true,
"navigationBarTitleText": "我的分销"
}
},
{
"path": "order/order",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "分销订单"
}
},
{
"path": "order-detail/order-detail",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "订单详情"
}
},
{
"path": "profit/profit",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "收益明细"
}
},
{
"path": "profit-detail/profit-detail",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "收益详情"
}
},
{
"path": "team/team",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "我的团队"
}
},
{
"path": "map/map",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "客户分布"
}
},
{
"path": "recommend-list/recommend-list",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "我的推荐宝"
}
},
{
"path": "recommend-detail/recommend-detail",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "推荐宝详情"
}
},
{
"path": "recommend-form/recommend-form",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "推荐宝添加/编辑"
}
},
{
"path": "poster/poster",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "推广返利"
}
},
{
"path": "extraction/extraction",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "取货点"
}
},
{
"path": "extraction-apply/extraction-apply",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "取货点信息"
}
},
{
"path": "extraction-order/extraction-order",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "取货订单"
}
},
{
"path": "extraction-switch/extraction-switch",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "取货点切换"
}
},
{
"path": "introduce/introduce",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "等级介绍"
}
}
]
},
{
"root": "pages/plugins/wallet",
"pages": [{
"path": "user/user",
"style": {
// #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU || APP
"navigationStyle": "custom",
// #endif
// #ifdef MP-ALIPAY
"transparentTitle": "auto",
"titlePenetrate":"YES",
// #endif
"enablePullDownRefresh": true,
"navigationBarTitleText": "我的钱包"
}
},
{
"path": "recharge/recharge",
"style": {
// #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU || APP
"navigationStyle": "custom",
// #endif
// #ifdef MP-ALIPAY
"transparentTitle": "auto",
"titlePenetrate":"YES",
// #endif
"enablePullDownRefresh": false,
"navigationBarTitleText": "充值"
}
},
{
"path": "cash-auth/cash-auth",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "余额提现"
}
},
{
"path": "cash-create/cash-create",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "余额提现"
}
},
{
"path": "wallet-log-detail/wallet-log-detail",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "明细详情"
}
},
{
"path": "user-recharge-detail/user-recharge-detail",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "充值详情"
}
},
{
"path": "user-cash-detail/user-cash-detail",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "提现详情"
}
},
{
"path": "user-transfer-detail/user-transfer-detail",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "转账详情"
}
},
{
"path": "payment-code/payment-code",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "钱包付款码"
}
},
{
"path": "transfer/transfer",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "转账"
}
}
]
},
{
"root": "pages/plugins/excellentbuyreturntocash",
"pages": [{
"path": "profit/profit",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "优购返现明细"
}
},
{
"path": "profit-detail/profit-detail",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "优购返现详情"
}
}
]
},
{
"root": "pages/plugins/weixinliveplayer",
"pages": [{
"path": "index/index",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "直播"
}
},
{
"path": "search/search",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "直播列表"
}
},
{
"path": "detail/detail",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "直播详情"
}
}
]
},
{
"root": "pages/plugins/exchangerate",
"pages": [{
"path": "currency/currency",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "货币切换"
}
}]
},
{
"root": "pages/plugins/invoice",
"pages": [
{
"path": "invoice/invoice",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "开票列表"
}
},
{
"path": "invoice-detail/invoice-detail",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "发票详情"
}
},
{
"path": "invoice-saveinfo/invoice-saveinfo",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "开票编辑"
}
},
{
"path": "order/order",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "订单开票"
}
}
]
},
{
"root": "pages/plugins/signin",
"pages": [{
"path": "user/user",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "签到"
}
},
{
"path": "detail/detail",
"style": {
// #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU || APP
"navigationStyle": "custom",
// #endif
// #ifdef MP-ALIPAY
"transparentTitle": "auto",
"titlePenetrate":"YES",
// #endif
"enablePullDownRefresh": true,
"navigationBarTitleText": "签到"
}
},
{
"path": "user-qrcode-detail/user-qrcode-detail",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "签到码详情"
}
},
{
"path": "user-qrcode-saveinfo/user-qrcode-saveinfo",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "签到码编辑"
}
},
{
"path": "user-coming-list/user-coming-list",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "用户签到"
}
}
]
},
{
"root": "pages/plugins/points",
"pages": [{
"path": "index/index",
"style": {
// #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU || APP
"navigationStyle": "custom",
// #endif
// #ifdef MP-ALIPAY
"transparentTitle": "auto",
"titlePenetrate":"YES",
// #endif
"enablePullDownRefresh": true,
"navigationBarTitleText": "积分商城"
}
}]
},
{
"root": "pages/plugins/brand",
"pages": [{
"path": "index/index",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "品牌"
}
}]
},
{
"root": "pages/plugins/shop",
"pages": [{
"path": "index/index",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "所有店铺"
}
},
{
"path": "detail/detail",
"style": {
"navigationBarTitleText": "店铺首页"
}
},
{
"path": "search/search",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "店铺商品搜索"
}
},
{
"path": "design/design",
"style": {
"enablePullDownRefresh": true
}
},
{
"path": "favor/favor",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "店铺收藏"
}
},
{
"path": "license/license",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "工商资质"
}
}
]
},
{
"root": "pages/plugins/activity",
"pages": [{
"path": "index/index",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "所有活动"
}
},
{
"path": "detail/detail",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "活动详情"
}
}
]
},
{
"root": "pages/plugins/label",
"pages": [{
"path": "detail/detail",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "标签详情"
}
}]
},
{
"root": "pages/plugins/blog",
"pages": [{
"path": "index/index",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "博客"
}
},
{
"path": "search/search",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "博文搜索"
}
},
{
"path": "detail/detail",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "博文详情"
}
},
{
"path": "comments/comments",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "评论列表"
}
}
]
},
{
"root": "pages/plugins/express",
"pages": [{
"path": "detail/detail",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "物流详情"
}
}]
},
{
"root": "pages/plugins/realstore",
"pages": [{
"path": "index/index",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "门店"
}
},
{
"path": "search/search",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "门店搜索"
}
},
{
"path": "detail/detail",
"style": {
// #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU
"navigationStyle": "custom",
// #endif
// #ifdef MP-ALIPAY
"transparentTitle": "auto",
"titlePenetrate":"YES",
// #endif
"enablePullDownRefresh": true,
"navigationBarTitleText": "门店详情"
}
},
{
"path": "favor/favor",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "门店收藏"
}
},
{
"path": "orderallot-list/orderallot-list",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "子订单列表"
}
},
{
"path": "orderallot-detail/orderallot-detail",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "子订单详情"
}
},
{
"path": "batchorder-list/batchorder-list",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "批次订单"
}
},
{
"path": "frequencycard-list/frequencycard-list",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "次卡"
}
},
{
"path": "frequencycard-used/frequencycard-used",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "次卡使用记录"
}
}
]
},
{
"root": "pages/plugins/binding",
"pages": [{
"path": "index/index",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "组合搭配"
}
},
{
"path": "detail/detail",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "组合搭配详情"
}
}
]
},
{
"root": "pages/plugins/delivery",
"pages": [{
"path": "order/order",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "配送订单"
}
},
{
"path": "order-detail/order-detail",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "订单详情"
}
},
{
"path": "logistics/logistics",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "物流信息"
}
}
]
},
{
"root": "pages/plugins/ask",
"pages": [{
"path": "index/index",
"style": {
// #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU || APP
"navigationStyle": "custom",
// #endif
// #ifdef MP-ALIPAY
"transparentTitle": "auto",
"titlePenetrate":"YES",
// #endif
"enablePullDownRefresh": true,
"navigationBarTitleText": "问答"
}
},
{
"path": "detail/detail",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "问答详情"
}
},
{
"path": "form/form",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "我要提问"
}
},
{
"path": "user-detail/user-detail",
"style": {
// #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU || APP
"navigationStyle": "custom",
// #endif
// #ifdef MP-ALIPAY
"transparentTitle": "auto",
"titlePenetrate":"YES",
// #endif
"enablePullDownRefresh": true,
"navigationBarTitleText": "提问详情"
}
},
{
"path": "user-list/user-list",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "我的提问"
}
},
{
"path": "goods-list/goods-list",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "问答专区"
}
},
{
"path": "comments/comments",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "全部问答"
}
}
]
},
{
"root": "pages/plugins/intellectstools",
"pages": [{
"path": "goods-comments/goods-comments",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "商品评价"
}
}
]
},
{
"root": "pages/plugins/scanpay",
"pages": [{
"path": "index/index",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "扫码付款"
}
},
{
"path": "tips/tips",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "支付结果"
}
}
]
},
{
"root": "pages/plugins/thirdpartylogin",
"pages": [{
"path": "index/index",
"style": {
"disableScroll": true,
"enablePullDownRefresh": false,
"navigationBarTitleText": "授权登录"
}
}
]
},
{
"root": "pages/plugins/magic",
"pages": [{
"path": "detail/detail",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "详情"
}
}
]
}
],
"globalStyle": {
"navigationBarTitleText": "ShopXO",
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#fff",
"backgroundColor": "#f5f5f5",
"backgroundColorBottom": "#f5f5f5"
},
"tabBar": {
"color": "#333",
"selectedColor": "#333",
"backgroundColor": "#fff",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/images/common/tabbar/home.png",
"selectedIconPath": "static/images/common/tabbar/home.png",
"text": "首页"
},
{
"pagePath": "pages/goods-category/goods-category",
"iconPath": "static/images/common/tabbar/category.png",
"selectedIconPath": "static/images/common/tabbar/category.png",
"text": "分类"
},
{
"pagePath": "pages/cart/cart",
"iconPath": "static/images/common/tabbar/cart.png",
"selectedIconPath": "static/images/common/tabbar/cart.png",
"text": "购物车"
},
{
"pagePath": "pages/user/user",
"iconPath": "static/images/common/tabbar/user.png",
"selectedIconPath": "static/images/common/tabbar/user.png",
"text": "我的"
}
]
}
}
JavaScript
1
https://gitee.com/yuncha_1/shopxo-uniapp.git
git@gitee.com:yuncha_1/shopxo-uniapp.git
yuncha_1
shopxo-uniapp
ShopXO开源商城uniapp端
master

搜索帮助