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. }
  59. }
  60. ],
  61. "globalStyle": {
  62. "navigationBarBackgroundColor": "@navBgColor",
  63. "navigationBarTextStyle": "@navTxtStyle",
  64. "navigationBarTitleText": "wot",
  65. "backgroundColor": "@bgColor",
  66. "backgroundTextStyle": "@bgTxtStyle",
  67. "backgroundColorTop": "@bgColorTop",
  68. "backgroundColorBottom": "@bgColorBottom",
  69. "enablePullDownRefresh": false,
  70. "onReachBottomDistance": 50,
  71. "animationType": "pop-in",
  72. "animationDuration": 300
  73. },
  74. "tabBar": {
  75. "custom": true,
  76. "customize": true,
  77. "overlay": true,
  78. "height": "0",
  79. "color": "@tabColor",
  80. "selectedColor": "@tabSelectedColor",
  81. "backgroundColor": "@tabBgColor",
  82. "borderStyle": "@tabBorderStyle",
  83. "list": [
  84. {
  85. "pagePath": "pages/index/index"
  86. },
  87. {
  88. "pagePath": "pages/classfiy/index"
  89. },
  90. {
  91. "pagePath": "pages/cart/index"
  92. },
  93. {
  94. "pagePath": "pages/my/index"
  95. }
  96. ]
  97. },
  98. "subPackages": [
  99. {
  100. "root": "subPack-xsb",
  101. "pages": [
  102. {
  103. "path": "commonTab/index",
  104. "type": "page",
  105. "name": "xsb-homeTabbar",
  106. "islogin": false,
  107. "style": {
  108. "navigationStyle": "custom",
  109. "navigationBarTitleText": "星闪豹首页",
  110. "backgroundColorBottom": "#fff",
  111. "disableScroll": true
  112. }
  113. },
  114. {
  115. "path": "goods/index",
  116. "type": "page",
  117. "name": "xsb-goods",
  118. "islogin": false,
  119. "style": {
  120. "navigationStyle": "custom",
  121. "navigationBarTitleText": "星闪豹商品详情"
  122. }
  123. },
  124. {
  125. "path": "order/index",
  126. "type": "page",
  127. "name": "xsb-order",
  128. "islogin": true,
  129. "style": {
  130. "navigationBarTitleText": "订单列表"
  131. }
  132. },
  133. {
  134. "path": "search/index",
  135. "type": "page",
  136. "name": "xsb-search",
  137. "islogin": false,
  138. "style": {
  139. "navigationBarTitleText": "搜索"
  140. }
  141. }
  142. ]
  143. },
  144. {
  145. "root": "subPack-common",
  146. "pages": [
  147. {
  148. "path": "addressList/index",
  149. "type": "page",
  150. "name": "common-addressList",
  151. "islogin": true,
  152. "style": {
  153. "navigationBarTitleText": "收获地址"
  154. }
  155. },
  156. {
  157. "path": "afterSales/index",
  158. "type": "page",
  159. "name": "common-afterSales",
  160. "islogin": true,
  161. "style": {
  162. "navigationBarTitleText": "申请售后"
  163. }
  164. },
  165. {
  166. "path": "afterSalesDetail/index",
  167. "type": "page",
  168. "name": "common-afterSalesDetail",
  169. "islogin": true,
  170. "style": {
  171. "navigationBarTitleText": "售后详情"
  172. }
  173. },
  174. {
  175. "path": "afterSalesList/index",
  176. "type": "page",
  177. "name": "common-afterSalesList",
  178. "islogin": true,
  179. "style": {
  180. "navigationBarTitleText": "售后列表"
  181. }
  182. },
  183. {
  184. "path": "confirmOrder/index",
  185. "type": "page",
  186. "name": "common-confirmOrder",
  187. "islogin": true,
  188. "style": {
  189. "navigationBarTitleText": "提交订单"
  190. }
  191. },
  192. {
  193. "path": "editAddress/index",
  194. "type": "page",
  195. "name": "common-editAddress",
  196. "islogin": true,
  197. "style": {
  198. "navigationBarTitleText": "编辑新增收获地址",
  199. "navigationStyle": "custom"
  200. }
  201. },
  202. {
  203. "path": "integral/index",
  204. "type": "page",
  205. "name": "common-integral",
  206. "islogin": true,
  207. "style": {
  208. "navigationBarTitleText": "积分",
  209. "disableScroll": true
  210. }
  211. },
  212. {
  213. "path": "nickName/index",
  214. "type": "page",
  215. "name": "common-nickName",
  216. "islogin": true,
  217. "style": {
  218. "navigationBarTitleText": "修改昵称"
  219. }
  220. },
  221. {
  222. "path": "orderDetaile/index",
  223. "type": "page",
  224. "name": "common-orderDetaile",
  225. "islogin": true,
  226. "style": {
  227. "navigationBarTitleText": "订单详情"
  228. }
  229. },
  230. {
  231. "path": "paySuccess/index",
  232. "type": "page",
  233. "name": "common-paySuccess",
  234. "islogin": true,
  235. "style": {
  236. "navigationBarTitleText": "支付成功",
  237. "navigationStyle": "custom",
  238. "disableScroll": true
  239. }
  240. },
  241. {
  242. "path": "revalue/index",
  243. "type": "page",
  244. "name": "common-revalue",
  245. "islogin": true,
  246. "style": {
  247. "navigationBarTitleText": "写评价",
  248. "navigationStyle": "custom",
  249. "disableScroll": true
  250. }
  251. },
  252. {
  253. "path": "revalueSuccess/index",
  254. "type": "page",
  255. "name": "common-revalue-success",
  256. "islogin": true,
  257. "style": {
  258. "navigationBarTitleText": "评价成功",
  259. "navigationStyle": "custom",
  260. "disableScroll": true
  261. }
  262. },
  263. {
  264. "path": "selectAddress/index",
  265. "type": "page",
  266. "name": "common-selectAddress",
  267. "islogin": false,
  268. "style": {
  269. "navigationBarTitleText": "选择收获地址"
  270. }
  271. },
  272. {
  273. "path": "user-center/index",
  274. "type": "page",
  275. "name": "common-user-center",
  276. "islogin": true,
  277. "style": {
  278. "navigationBarTitleText": "账户设置"
  279. }
  280. }
  281. ]
  282. },
  283. {
  284. "root": "subPack-smqjh",
  285. "pages": [
  286. {
  287. "path": "goodsList/index",
  288. "type": "page",
  289. "name": "smqjh-goodsList",
  290. "islogin": false,
  291. "style": {
  292. "navigationBarTitleText": "商品列表",
  293. "navigationStyle": "custom",
  294. "backgroundColor": "#F4FFD1",
  295. "backgroundColorTop": "#F4FFD1"
  296. }
  297. },
  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. }