uni-app-pages.php 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  1. <?php
  2. return [
  3. 'pages' => <<<EOT
  4. // PAGE_BEGIN
  5. // *********************************** 商城 ***********************************
  6. {
  7. "path": "mall/pages/coupon/list",
  8. "style": {
  9. // #ifndef H5
  10. "navigationStyle": "custom",
  11. // #endif
  12. "navigationBarTitleText": "%mall.pages.coupon.list%"
  13. }
  14. },
  15. {
  16. "path": "mall/pages/coupon/detail",
  17. "style": {
  18. // #ifndef H5
  19. "navigationStyle": "custom",
  20. // #endif
  21. "navigationBarTitleText": "%mall.pages.coupon.detail%"
  22. }
  23. },
  24. {
  25. "path": "mall/pages/evaluate/list",
  26. "style": {
  27. "navigationBarTitleText": "%mall.pages.evaluate.list%"
  28. }
  29. },
  30. {
  31. "path": "mall/pages/evaluate/order_evaluate",
  32. "style": {
  33. "navigationBarTitleText": "%mall.pages.evaluate.order_evaluate%"
  34. }
  35. },
  36. {
  37. "path": "mall/pages/evaluate/order_evaluate_view",
  38. "style": {
  39. "navigationBarTitleText": "%mall.pages.evaluate.order_evaluate_view%"
  40. }
  41. },
  42. {
  43. "path": "mall/pages/member/my_coupon",
  44. "style": {
  45. "navigationBarTitleText": "%mall.pages.member.my_coupon%"
  46. },
  47. "needLogin": true
  48. },
  49. {
  50. "path": "mall/pages/member/browse",
  51. "style": {
  52. "navigationBarTitleText": "%mall.pages.member.browse%"
  53. },
  54. "needLogin": true
  55. },
  56. {
  57. "path": "mall/pages/member/merchant_settled",
  58. "style": {
  59. // #ifndef H5
  60. "navigationStyle": "custom",
  61. // #endif
  62. "navigationBarTitleText": "%mall.pages.member.merchant_settled%"
  63. },
  64. "needLogin": true
  65. },
  66. {
  67. "path": "mall/pages/member/merchant_record",
  68. "style": {
  69. "navigationBarTitleText": "%mall.pages.member.merchant_record%"
  70. },
  71. "needLogin": true
  72. },
  73. {
  74. "path": "mall/pages/goods/search",
  75. "style": {
  76. "navigationBarTitleText": "%mall.pages.goods.search%"
  77. }
  78. },
  79. {
  80. "path": "mall/pages/goods/list",
  81. "style": {
  82. "navigationBarTitleText": "%mall.pages.goods.list%"
  83. }
  84. },
  85. {
  86. "path": "mall/pages/goods/detail",
  87. "style": {
  88. "navigationBarTitleText": "%mall.pages.goods.detail%",
  89. "navigationStyle": "custom"
  90. }
  91. },
  92. {
  93. "path": "mall/pages/goods/cart",
  94. "style": {
  95. "navigationBarTitleText": "%mall.pages.goods.cart%"
  96. }
  97. },
  98. {
  99. "path": "mall/pages/goods/category",
  100. "style": {
  101. "navigationBarTitleText": "%mall.pages.goods.category%"
  102. }
  103. },
  104. {
  105. "path": "mall/pages/collect/index",
  106. "style": {
  107. "navigationBarTitleText": "%mall.pages.collect.index%"
  108. }
  109. },
  110. {
  111. "path": "mall/pages/invoice/list",
  112. "style": {
  113. "navigationBarTitleText": "%mall.pages.invoice.list%"
  114. },
  115. "needLogin": true
  116. },
  117. {
  118. "path": "mall/pages/invoice/detail",
  119. "style": {
  120. "navigationBarTitleText": "%mall.pages.invoice.detail%"
  121. },
  122. "needLogin": true
  123. },
  124. {
  125. "path": "mall/pages/shop/list",
  126. "style": {
  127. "navigationBarTitleText": "%mall.pages.shop.list%"
  128. }
  129. },
  130. {
  131. "path": "mall/pages/order/detail",
  132. "style": {
  133. // #ifndef H5
  134. "navigationStyle": "custom",
  135. // #endif
  136. "navigationBarTitleText": "%mall.pages.order.detail%"
  137. },
  138. "needLogin": true
  139. },
  140. {
  141. "path": "mall/pages/order/list",
  142. "style": {
  143. "navigationBarTitleText": "%mall.pages.order.list%"
  144. },
  145. "needLogin": true
  146. },
  147. {
  148. "path": "mall/pages/order/payment",
  149. "style": {
  150. "navigationBarTitleText": "%mall.pages.order.payment%"
  151. },
  152. "needLogin": true
  153. },
  154. {
  155. "path": "mall/pages/refund/apply",
  156. "style": {
  157. "navigationBarTitleText": "%mall.pages.refund.apply%"
  158. },
  159. "needLogin": true
  160. },
  161. {
  162. "path": "mall/pages/refund/edit_apply",
  163. "style": {
  164. "navigationBarTitleText": "%mall.pages.refund.edit_apply%"
  165. },
  166. "needLogin": true
  167. },
  168. {
  169. "path": "mall/pages/refund/list",
  170. "style": {
  171. "navigationBarTitleText": "%mall.pages.refund.list%"
  172. },
  173. "needLogin": true
  174. },
  175. {
  176. "path": "mall/pages/refund/detail",
  177. "style": {
  178. "navigationBarTitleText": "%mall.pages.refund.detail%"
  179. },
  180. "needLogin": true
  181. },
  182. {
  183. "path": "mall/pages/refund/log",
  184. "style": {
  185. "navigationBarTitleText": "%mall.pages.refund.log%"
  186. },
  187. "needLogin": true
  188. },
  189. // PAGE_END
  190. EOT
  191. ];