pages.json 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323
  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. "navigationStyle": "custom"
  151. }
  152. },
  153. {
  154. "path": "search/index",
  155. "type": "page",
  156. "name": "xsb-search",
  157. "islogin": false,
  158. "style": {
  159. "navigationBarTitleText": "搜索"
  160. }
  161. },
  162. {
  163. "path": "selectAddress/index",
  164. "type": "page",
  165. "name": "xsb-selectAddress",
  166. "islogin": false,
  167. "style": {
  168. "navigationBarTitleText": "选择收获地址"
  169. }
  170. }
  171. ]
  172. },
  173. {
  174. "root": "subPack-common",
  175. "pages": [
  176. {
  177. "path": "addressList/index",
  178. "type": "page",
  179. "name": "common-addressList",
  180. "islogin": true,
  181. "style": {
  182. "navigationBarTitleText": "收获地址"
  183. }
  184. },
  185. {
  186. "path": "afterSales/index",
  187. "type": "page",
  188. "name": "common-afterSales",
  189. "islogin": true,
  190. "style": {
  191. "navigationBarTitleText": "申请售后"
  192. }
  193. },
  194. {
  195. "path": "afterSalesDetail/index",
  196. "type": "page",
  197. "name": "common-afterSalesDetail",
  198. "islogin": true,
  199. "style": {
  200. "navigationBarTitleText": "售后详情"
  201. }
  202. },
  203. {
  204. "path": "afterSalesList/index",
  205. "type": "page",
  206. "name": "common-afterSalesList",
  207. "islogin": true,
  208. "style": {
  209. "navigationBarTitleText": "售后列表"
  210. }
  211. },
  212. {
  213. "path": "editAddress/index",
  214. "type": "page",
  215. "name": "common-editAddress",
  216. "islogin": true,
  217. "style": {
  218. "navigationBarTitleText": "编辑新增收获地址",
  219. "navigationStyle": "custom"
  220. }
  221. },
  222. {
  223. "path": "integral/index",
  224. "type": "page",
  225. "name": "common-integral",
  226. "islogin": true,
  227. "style": {
  228. "navigationBarTitleText": "积分",
  229. "disableScroll": true
  230. }
  231. },
  232. {
  233. "path": "nickName/index",
  234. "type": "page",
  235. "name": "common-nickName",
  236. "islogin": true,
  237. "style": {
  238. "navigationBarTitleText": "修改昵称"
  239. }
  240. },
  241. {
  242. "path": "payError/index",
  243. "type": "page",
  244. "name": "common-payError",
  245. "islogin": true,
  246. "style": {
  247. "navigationBarTitleText": "支付失败",
  248. "navigationStyle": "custom",
  249. "disableScroll": true
  250. }
  251. },
  252. {
  253. "path": "paySuccess/index",
  254. "type": "page",
  255. "name": "common-paySuccess",
  256. "islogin": true,
  257. "style": {
  258. "navigationBarTitleText": "支付成功",
  259. "navigationStyle": "custom",
  260. "disableScroll": true
  261. }
  262. },
  263. {
  264. "path": "revalue/index",
  265. "type": "page",
  266. "name": "common-revalue",
  267. "islogin": true,
  268. "style": {
  269. "navigationBarTitleText": "写评价",
  270. "navigationStyle": "custom",
  271. "disableScroll": true
  272. }
  273. },
  274. {
  275. "path": "revalueSuccess/index",
  276. "type": "page",
  277. "name": "common-revalue-success",
  278. "islogin": true,
  279. "style": {
  280. "navigationBarTitleText": "评价成功",
  281. "navigationStyle": "custom",
  282. "disableScroll": true
  283. }
  284. },
  285. {
  286. "path": "user-center/index",
  287. "type": "page",
  288. "name": "common-user-center",
  289. "islogin": true,
  290. "style": {
  291. "navigationBarTitleText": "账户设置"
  292. }
  293. }
  294. ]
  295. },
  296. {
  297. "root": "subPack-smqjh",
  298. "pages": [
  299. {
  300. "path": "goodsList/index",
  301. "type": "page",
  302. "name": "smqjh-goodsList",
  303. "islogin": false,
  304. "style": {
  305. "navigationBarTitleText": "商品列表",
  306. "navigationStyle": "custom",
  307. "backgroundColor": "#F4FFD1",
  308. "backgroundColorTop": "#F4FFD1"
  309. }
  310. },
  311. {
  312. "path": "order/index",
  313. "type": "page",
  314. "name": "smqjh-order",
  315. "islogin": true,
  316. "style": {
  317. "navigationBarTitleText": "订单列表"
  318. }
  319. }
  320. ]
  321. }
  322. ]
  323. }