You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

234 lines
5.7 KiB

6 months ago
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "h5": {
  7. "titleNView": false
  8. }
  9. }
  10. },
  11. {
  12. "path" : "pages/user/register",
  13. "style" : {
  14. "navigationBarTitleText": "注册"
  15. }
  16. },
  17. {
  18. "path" : "pages/user/login",
  19. "style" : {
  20. "navigationBarTitleText": "登录"
  21. }
  22. },
  23. {
  24. "path": "pages/user/user",
  25. "style": {
  26. "h5": {
  27. "titleNView": false
  28. },
  29. "navigationBarTitleText": "个人中心"
  30. }
  31. }
  32. ,{
  33. "path" : "pages/category/category",
  34. "style" : {
  35. "h5": {
  36. "titleNView": false
  37. },
  38. "navigationBarTitleText": "分类列表"
  39. }
  40. },{
  41. "path" : "pages/product/product",
  42. "style" : {
  43. "h5": {
  44. "titleNView": false
  45. },
  46. "navigationBarTitleText": "产品列表"
  47. }
  48. }
  49. ,{
  50. "path" : "pages/cart/cart",
  51. "style" : {
  52. "navigationBarTitleText": "购物车"
  53. }
  54. }
  55. // ,{
  56. // "path" : "pages/address/address",
  57. // "style" : {
  58. // "navigationBarTitleText": "地址列表"
  59. // }
  60. // }
  61. // ,{
  62. // "path" : "pages/address/edit/edit",
  63. // "style" : {
  64. // "navigationBarTitleText": "地址修改"
  65. // }
  66. // }
  67. // ,{
  68. // "path" : "pages/pay/pay",
  69. // "style" : {
  70. // "navigationBarTitleText": "支付"
  71. // }
  72. // },
  73. // {
  74. // "path": "pages/pay/paySuccess",
  75. // "style": {
  76. // "navigationBarTitleText": "支付成功"
  77. // }
  78. // }
  79. ,{
  80. "path" : "pages/orderconfirmation/orderconfirmation",
  81. "style" : {
  82. "navigationBarTitleText": "确认订单"
  83. }
  84. }
  85. ,{
  86. "path" : "pages/myorder/myorder",
  87. "style" : {
  88. "navigationBarTitleText": "我的订单"
  89. }
  90. }
  91. ,{
  92. "path" : "pages/user/keep",
  93. "style" : {
  94. "navigationBarTitleText": "收藏列表"
  95. }
  96. },
  97. {
  98. "path" : "pages/search/search",
  99. "style" : {"navigationBarTitleText": "搜索"}
  100. },
  101. {
  102. "path" : "pages/advdetail/advdetail",
  103. "style" : {"navigationBarTitleText": "详细内容"}
  104. },
  105. {
  106. "path" : "pages/orderlist/orderlist",
  107. "style" : {"navigationBarTitleText": "订单列表"}
  108. },
  109. // {
  110. // "path" : "pages/user/sqruzhu",
  111. // "style" : {"navigationBarTitleText": "入住申请"}
  112. // }
  113. // ,
  114. // {
  115. // "path" : "pages/refund/refund",
  116. // "style" : {"navigationBarTitleText": "申请售后"}
  117. // },
  118. {
  119. "path" : "pages/refund/refund2",
  120. "style" : {"navigationBarTitleText": "申请退货"}
  121. },
  122. {
  123. "path" : "pages/product/detail",
  124. "style" : {"navigationBarTitleText": "商品详细"}
  125. }
  126. ,{
  127. "path" : "pages/orderconfirmation/orderconfirmation_twopay",
  128. "style" : {"navigationBarTitleText": "提交订单"}
  129. }
  130. // ,{
  131. // "path" : "pages/orderlist/wuliu",
  132. // "style" : {"navigationBarTitleText": "物流信息"}
  133. // }
  134. // ,{
  135. // "path" : "pages/user/fotget",
  136. // "style" : {}
  137. // }
  138. // ,{
  139. // "path" : "pages/user/checklogin",
  140. // "style" : {}
  141. // }
  142. // ,{
  143. // "path" : "pages/user/chongzhi",
  144. // "style" : {"navigationBarTitleText": "余额充值"}
  145. // }
  146. // ,{
  147. // "path" : "pages/user/jifen",
  148. // "style" : {"navigationBarTitleText": "积分明细"}
  149. // }
  150. // ,{
  151. // "path" : "pages/user/tixian",
  152. // "style" : {"navigationBarTitleText": "提现"}
  153. // }
  154. // ,{
  155. // "path" : "pages/coupon/coupon",
  156. // "style" : {"navigationBarTitleText": "优惠券"}
  157. // }
  158. ,{
  159. "path" : "pages/orderlist/orderyans",
  160. "style" : {"navigationBarTitleText": "客户验收"}
  161. } ,
  162. {
  163. "path" : "pages/orderlist/orderjiad",
  164. "style" : {"navigationBarTitleText": "客户加单"}
  165. },
  166. {
  167. "path" : "pages/category/categoryjiad",
  168. "style" : {"navigationBarTitleText": "客户加单"}
  169. },
  170. {
  171. "path" : "pages/product/productjiad",
  172. "style" : {"navigationBarTitleText": "客户加单"}
  173. },
  174. {
  175. "path" : "pages/cart/cartjiad",
  176. "style" : {"navigationBarTitleText": "客户加单"}
  177. },
  178. {
  179. "path" : "pages/product/detailjiad",
  180. "style" : {"navigationBarTitleText": "客户加单"}
  181. }
  182. ],
  183. "globalStyle": {
  184. "navigationBarTextStyle": "black",
  185. "navigationBarTitleText": "中龙商城",
  186. "navigationBarBackgroundColor": "#fff",
  187. "onReachBottomDistance": 100
  188. },
  189. "tabBar": {
  190. "color": "#B4B4B4",
  191. "selectedColor": "#5cabff",
  192. "backgroundColor": "#ffffff",
  193. "list": [
  194. {
  195. "pagePath": "pages/index/index",
  196. "iconPath": "static/tabbar/course.png",
  197. "selectedIconPath": "static/tabbar/course_hl.png",
  198. "text": "首页"
  199. },
  200. {
  201. "pagePath": "pages/category/category",
  202. "iconPath": "static/tabbar/category.png",
  203. "selectedIconPath": "static/tabbar/category_seleted.png",
  204. "text": "分类"
  205. },
  206. {
  207. "pagePath": "pages/cart/cart",
  208. "iconPath": "static/tabbar/cart.png",
  209. "selectedIconPath": "static/tabbar/cart_seleted.png",
  210. "text": "购物车"
  211. },
  212. {
  213. "pagePath": "pages/user/user",
  214. "iconPath": "static/tabbar/user.png",
  215. "selectedIconPath": "static/tabbar/user_hl.png",
  216. "text": "我的"
  217. }
  218. ]
  219. },
  220. "condition" : { //
  221. "current": 0, //(list )
  222. "list": [
  223. {
  224. "name": "首页", //
  225. "path": "pages/index/index", //
  226. "query": "" //onLoad
  227. }
  228. ]
  229. }
  230. }