123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191 |
- <?php
- return [
- 'pages' => <<<EOT
- // PAGE_BEGIN
- // *********************************** 商城 ***********************************
- {
- "path": "mall/pages/coupon/list",
- "style": {
- // #ifndef H5
- "navigationStyle": "custom",
- // #endif
- "navigationBarTitleText": "%mall.pages.coupon.list%"
- }
- },
- {
- "path": "mall/pages/coupon/detail",
- "style": {
- // #ifndef H5
- "navigationStyle": "custom",
- // #endif
- "navigationBarTitleText": "%mall.pages.coupon.detail%"
- }
- },
- {
- "path": "mall/pages/evaluate/list",
- "style": {
- "navigationBarTitleText": "%mall.pages.evaluate.list%"
- }
- },
- {
- "path": "mall/pages/evaluate/order_evaluate",
- "style": {
- "navigationBarTitleText": "%mall.pages.evaluate.order_evaluate%"
- }
- },
- {
- "path": "mall/pages/evaluate/order_evaluate_view",
- "style": {
- "navigationBarTitleText": "%mall.pages.evaluate.order_evaluate_view%"
- }
- },
- {
- "path": "mall/pages/member/my_coupon",
- "style": {
- "navigationBarTitleText": "%mall.pages.member.my_coupon%"
- },
- "needLogin": true
- },
- {
- "path": "mall/pages/member/browse",
- "style": {
- "navigationBarTitleText": "%mall.pages.member.browse%"
- },
- "needLogin": true
- },
- {
- "path": "mall/pages/member/merchant_settled",
- "style": {
- // #ifndef H5
- "navigationStyle": "custom",
- // #endif
- "navigationBarTitleText": "%mall.pages.member.merchant_settled%"
- },
- "needLogin": true
- },
- {
- "path": "mall/pages/member/merchant_record",
- "style": {
- "navigationBarTitleText": "%mall.pages.member.merchant_record%"
- },
- "needLogin": true
- },
- {
- "path": "mall/pages/goods/search",
- "style": {
- "navigationBarTitleText": "%mall.pages.goods.search%"
- }
- },
- {
- "path": "mall/pages/goods/list",
- "style": {
- "navigationBarTitleText": "%mall.pages.goods.list%"
- }
- },
- {
- "path": "mall/pages/goods/detail",
- "style": {
- "navigationBarTitleText": "%mall.pages.goods.detail%",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "mall/pages/goods/cart",
- "style": {
- "navigationBarTitleText": "%mall.pages.goods.cart%"
- }
- },
- {
- "path": "mall/pages/goods/category",
- "style": {
- "navigationBarTitleText": "%mall.pages.goods.category%"
- }
- },
- {
- "path": "mall/pages/collect/index",
- "style": {
- "navigationBarTitleText": "%mall.pages.collect.index%"
- }
- },
- {
- "path": "mall/pages/invoice/list",
- "style": {
- "navigationBarTitleText": "%mall.pages.invoice.list%"
- },
- "needLogin": true
- },
- {
- "path": "mall/pages/invoice/detail",
- "style": {
- "navigationBarTitleText": "%mall.pages.invoice.detail%"
- },
- "needLogin": true
- },
- {
- "path": "mall/pages/shop/list",
- "style": {
- "navigationBarTitleText": "%mall.pages.shop.list%"
- }
- },
- {
- "path": "mall/pages/order/detail",
- "style": {
- // #ifndef H5
- "navigationStyle": "custom",
- // #endif
- "navigationBarTitleText": "%mall.pages.order.detail%"
- },
- "needLogin": true
- },
- {
- "path": "mall/pages/order/list",
- "style": {
- "navigationBarTitleText": "%mall.pages.order.list%"
- },
- "needLogin": true
- },
- {
- "path": "mall/pages/order/payment",
- "style": {
- "navigationBarTitleText": "%mall.pages.order.payment%"
- },
- "needLogin": true
- },
- {
- "path": "mall/pages/refund/apply",
- "style": {
- "navigationBarTitleText": "%mall.pages.refund.apply%"
- },
- "needLogin": true
- },
- {
- "path": "mall/pages/refund/edit_apply",
- "style": {
- "navigationBarTitleText": "%mall.pages.refund.edit_apply%"
- },
- "needLogin": true
- },
- {
- "path": "mall/pages/refund/list",
- "style": {
- "navigationBarTitleText": "%mall.pages.refund.list%"
- },
- "needLogin": true
- },
- {
- "path": "mall/pages/refund/detail",
- "style": {
- "navigationBarTitleText": "%mall.pages.refund.detail%"
- },
- "needLogin": true
- },
- {
- "path": "mall/pages/refund/log",
- "style": {
- "navigationBarTitleText": "%mall.pages.refund.log%"
- },
- "needLogin": true
- },
- // PAGE_END
- EOT
- ];
|