pages.json 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "type": "home",
  6. "name": "smqjh-home",
  7. "layout": "tabbar",
  8. "islogin": false,
  9. "style": {
  10. "navigationBarTitleText": "首页",
  11. "navigationStyle": "custom",
  12. "backgroundColor": "#9ED605",
  13. "backgroundColorTop": "#9ED605"
  14. }
  15. },
  16. {
  17. "path": "pages/cart/index",
  18. "type": "page",
  19. "name": "smqjh-cart",
  20. "layout": "tabbar",
  21. "islogin": false,
  22. "style": {
  23. "navigationBarTitleText": "购物车",
  24. "navigationStyle": "custom",
  25. "disableScroll": true
  26. }
  27. },
  28. {
  29. "path": "pages/classfiy/index",
  30. "type": "page",
  31. "name": "smqjh-classfiy",
  32. "layout": "tabbar",
  33. "islogin": false,
  34. "style": {
  35. "navigationBarTitleText": "市民请集合分类",
  36. "navigationStyle": "custom",
  37. "disableScroll": true
  38. }
  39. },
  40. {
  41. "path": "pages/login/index",
  42. "type": "page",
  43. "name": "smqjh-login",
  44. "islogin": false,
  45. "style": {
  46. "navigationBarTitleText": "市民请集合"
  47. }
  48. },
  49. {
  50. "path": "pages/my/index",
  51. "type": "page",
  52. "name": "smqjh-my",
  53. "layout": "tabbar",
  54. "islogin": false,
  55. "style": {
  56. "navigationBarTitleText": "个人中心",
  57. "navigationStyle": "custom",
  58. "disableScroll": true
  59. }
  60. }
  61. ],
  62. "globalStyle": {
  63. "navigationBarBackgroundColor": "@navBgColor",
  64. "navigationBarTextStyle": "@navTxtStyle",
  65. "navigationBarTitleText": "wot",
  66. "backgroundColor": "@bgColor",
  67. "backgroundTextStyle": "@bgTxtStyle",
  68. "backgroundColorTop": "@bgColorTop",
  69. "backgroundColorBottom": "@bgColorBottom",
  70. "enablePullDownRefresh": false,
  71. "onReachBottomDistance": 50,
  72. "animationType": "pop-in",
  73. "animationDuration": 300
  74. },
  75. "tabBar": {
  76. "custom": true,
  77. "customize": true,
  78. "overlay": true,
  79. "height": "0",
  80. "color": "@tabColor",
  81. "selectedColor": "@tabSelectedColor",
  82. "backgroundColor": "@tabBgColor",
  83. "borderStyle": "@tabBorderStyle",
  84. "list": [
  85. {
  86. "pagePath": "pages/index/index"
  87. },
  88. {
  89. "pagePath": "pages/classfiy/index"
  90. },
  91. {
  92. "pagePath": "pages/cart/index"
  93. },
  94. {
  95. "pagePath": "pages/my/index"
  96. }
  97. ]
  98. },
  99. "subPackages": [
  100. {
  101. "root": "subPack-xsb",
  102. "pages": [
  103. {
  104. "path": "commonTab/index",
  105. "type": "page",
  106. "name": "xsb-homeTabbar",
  107. "islogin": false,
  108. "style": {
  109. "navigationStyle": "custom",
  110. "navigationBarTitleText": "星闪豹首页",
  111. "backgroundColorBottom": "#fff",
  112. "disableScroll": true
  113. }
  114. },
  115. {
  116. "path": "confirmOrder/index",
  117. "type": "page",
  118. "name": "xsb-confirmOrder",
  119. "islogin": true,
  120. "style": {
  121. "navigationBarTitleText": "提交订单"
  122. }
  123. },
  124. {
  125. "path": "goods/index",
  126. "type": "page",
  127. "name": "xsb-goods",
  128. "islogin": false,
  129. "style": {
  130. "navigationStyle": "custom",
  131. "navigationBarTitleText": "星闪豹商品详情"
  132. }
  133. },
  134. {
  135. "path": "order/index",
  136. "type": "page",
  137. "name": "xsb-order",
  138. "islogin": true,
  139. "style": {
  140. "navigationBarTitleText": "订单列表"
  141. }
  142. },
  143. {
  144. "path": "orderDetaile/index",
  145. "type": "page",
  146. "name": "xsb-orderDetaile",
  147. "islogin": true,
  148. "style": {
  149. "navigationBarTitleText": "订单详情"
  150. }
  151. },
  152. {
  153. "path": "search/index",
  154. "type": "page",
  155. "name": "xsb-search",
  156. "islogin": false,
  157. "style": {
  158. "navigationBarTitleText": "搜索"
  159. }
  160. },
  161. {
  162. "path": "selectAddress/index",
  163. "type": "page",
  164. "name": "xsb-selectAddress",
  165. "islogin": false,
  166. "style": {
  167. "navigationBarTitleText": "选择收获地址"
  168. }
  169. }
  170. ]
  171. },
  172. {
  173. "root": "subPack-common",
  174. "pages": [
  175. {
  176. "path": "addressList/index",
  177. "type": "page",
  178. "name": "common-addressList",
  179. "islogin": true,
  180. "style": {
  181. "navigationBarTitleText": "收获地址"
  182. }
  183. },
  184. {
  185. "path": "afterSales/index",
  186. "type": "page",
  187. "name": "common-afterSales",
  188. "islogin": true,
  189. "style": {
  190. "navigationBarTitleText": "申请售后"
  191. }
  192. },
  193. {
  194. "path": "afterSalesDetail/index",
  195. "type": "page",
  196. "name": "common-afterSalesDetail",
  197. "islogin": true,
  198. "style": {
  199. "navigationBarTitleText": "售后详情"
  200. }
  201. },
  202. {
  203. "path": "afterSalesList/index",
  204. "type": "page",
  205. "name": "common-afterSalesList",
  206. "islogin": true,
  207. "style": {
  208. "navigationBarTitleText": "售后列表"
  209. }
  210. },
  211. {
  212. "path": "editAddress/index",
  213. "type": "page",
  214. "name": "common-editAddress",
  215. "islogin": true,
  216. "style": {
  217. "navigationBarTitleText": "编辑新增收获地址",
  218. "navigationStyle": "custom"
  219. }
  220. },
  221. {
  222. "path": "integral/index",
  223. "type": "page",
  224. "name": "common-integral",
  225. "islogin": true,
  226. "style": {
  227. "navigationBarTitleText": "积分",
  228. "disableScroll": true
  229. }
  230. },
  231. {
  232. "path": "nickName/index",
  233. "type": "page",
  234. "name": "common-nickName",
  235. "islogin": true,
  236. "style": {
  237. "navigationBarTitleText": "修改昵称"
  238. }
  239. },
  240. {
  241. "path": "payError/index",
  242. "type": "page",
  243. "name": "common-payError",
  244. "islogin": true,
  245. "style": {
  246. "navigationBarTitleText": "支付失败",
  247. "navigationStyle": "custom",
  248. "disableScroll": true
  249. }
  250. },
  251. {
  252. "path": "paySuccess/index",
  253. "type": "page",
  254. "name": "common-paySuccess",
  255. "islogin": true,
  256. "style": {
  257. "navigationBarTitleText": "支付成功",
  258. "navigationStyle": "custom",
  259. "disableScroll": true
  260. }
  261. },
  262. {
  263. "path": "revalue/index",
  264. "type": "page",
  265. "name": "common-revalue",
  266. "islogin": true,
  267. "style": {
  268. "navigationBarTitleText": "写评价",
  269. "navigationStyle": "custom",
  270. "disableScroll": true
  271. }
  272. },
  273. {
  274. "path": "revalueSuccess/index",
  275. "type": "page",
  276. "name": "common-revalue-success",
  277. "islogin": true,
  278. "style": {
  279. "navigationBarTitleText": "评价成功",
  280. "navigationStyle": "custom",
  281. "disableScroll": true
  282. }
  283. },
  284. {
  285. "path": "user-center/index",
  286. "type": "page",
  287. "name": "common-user-center",
  288. "islogin": true,
  289. "style": {
  290. "navigationBarTitleText": "账户设置"
  291. }
  292. }
  293. ]
  294. },
  295. {
  296. "root": "subPack-smqjh",
  297. "pages": [
  298. {
  299. "path": "order/index",
  300. "type": "page",
  301. "name": "smqjh-order",
  302. "islogin": true,
  303. "style": {
  304. "navigationBarTitleText": "订单列表"
  305. }
  306. }
  307. ]
  308. }
  309. ]
  310. }