pages.json 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456
  1. {
  2. "subPackages": [
  3. {
  4. "root": "shop",
  5. "pages": [{
  6. "path": "index/index",
  7. "style": {
  8. "navigationBarTitleText": "选择门店",
  9. "enablePullDownRefresh": false
  10. }
  11. },
  12. {
  13. "path": "richText/index",
  14. "style": {
  15. "navigationBarTitleText": "",
  16. "enablePullDownRefresh": false
  17. }
  18. },
  19. {
  20. "path": "article/index",
  21. "style": {
  22. "navigationBarTitleText": "文章列表",
  23. "enablePullDownRefresh": false
  24. }
  25. }
  26. ,{
  27. "path" : "Category/Category",
  28. "style" :{
  29. "navigationBarTitleText": "商品列表",
  30. "enablePullDownRefresh": false
  31. }
  32. }
  33. ]
  34. },
  35. {
  36. "root": "menber",
  37. "pages": [
  38. {
  39. "path": "shop",
  40. "style": {
  41. "navigationBarTitleText": "商家信息",
  42. "enablePullDownRefresh": false
  43. }
  44. },
  45. {
  46. "path": "goods_detail",
  47. "style": {
  48. "navigationBarTitleText": "商品详情",
  49. "enablePullDownRefresh": false,
  50. "navigationStyle": "custom"
  51. }
  52. }
  53. ]
  54. }
  55. ],
  56. "pages": [
  57. {
  58. "path" : "pages/theater/index/index",
  59. "style" :
  60. {
  61. "navigationBarTitleText": "社区首页",
  62. "enablePullDownRefresh": false,
  63. "navigationStyle": "custom"
  64. }
  65. }
  66. ,
  67. {
  68. "path": "pages/home/home",
  69. "style": {
  70. "navigationBarTitleText": "",
  71. "enablePullDownRefresh": true,
  72. "backgroundColor": "#ffffff",
  73. "navigationStyle": "custom",
  74. "transparentTitle": "always",
  75. "mp-alipay": {
  76. "usingComponents": {
  77. "get-coupon": "plugin://couponPlugin/get-coupon"
  78. }
  79. }
  80. }
  81. },
  82. {
  83. "path": "pages/web/web",
  84. "style": {
  85. "navigationBarTitleText": "",
  86. "enablePullDownRefresh": false,
  87. "backgroundColor": "#ffffff"
  88. }
  89. },
  90. {
  91. "path": "pages/my/index",
  92. "style": {
  93. "navigationBarTitleText": "发布信息",
  94. "enablePullDownRefresh": false,
  95. "backgroundColor": "#FFF",
  96. "navigationBarBackgroundColor": "#745A42",
  97. "navigationBarTextStyle": "white"
  98. }
  99. },
  100. {
  101. "path": "pages/index/index",
  102. "style": {
  103. "enablePullDownRefresh": true,
  104. "navigationStyle": "custom",
  105. "transparentTitle": "always",
  106. "titlePenetrate": "YES",
  107. "backgroundColor": "#ffffff",
  108. "mp-alipay": {
  109. "usingComponents": {
  110. "float-modal": "plugin://floatModal/float-modal"
  111. }
  112. }
  113. }
  114. },
  115. {
  116. "path": "pages/activity/turntable",
  117. "style": {
  118. "navigationBarTitleText": "大转盘",
  119. "enablePullDownRefresh": false,
  120. "backgroundColor": "#ffffff",
  121. "navigationStyle": "custom",
  122. "transparentTitle": "always"
  123. }
  124. },
  125. {
  126. "path": "pages/address/address",
  127. "style": {
  128. "navigationBarTitleText": "地址管理",
  129. "enablePullDownRefresh": false,
  130. "backgroundColor": "#FFF",
  131. "navigationBarBackgroundColor": "#745A42",
  132. "navigationBarTextStyle": "white"
  133. }
  134. },
  135. {
  136. "path": "pages/address-edit/address-edit",
  137. "style": {
  138. "navigationBarTitleText": "保存地址",
  139. "enablePullDownRefresh": false,
  140. "backgroundColor": "#FFF",
  141. "navigationBarBackgroundColor": "#745A42",
  142. "navigationBarTextStyle": "white"
  143. }
  144. },
  145. {
  146. "path": "pages/address-picker/address-picker",
  147. "style": {
  148. "navigationBarTitleText": "选择地址",
  149. "enablePullDownRefresh": false,
  150. "backgroundColor": "#ffffff"
  151. }
  152. },
  153. {
  154. "path": "pages/myOrderList/myOrderList",
  155. "style": {
  156. "navigationBarTitleText": "订单中心",
  157. "enablePullDownRefresh": true
  158. }
  159. },
  160. {
  161. "path": "pages/orderDetail/orderDetail",
  162. "style": {
  163. "navigationBarTitleText": "订单详情",
  164. "enablePullDownRefresh": false
  165. }
  166. },
  167. {
  168. "path": "pages/creatOrder/creatOrder",
  169. "style": {
  170. "navigationBarTitleText": "提交订单",
  171. "enablePullDownRefresh": false,
  172. "navigationBarBackgroundColor":"#a07c5a",
  173. "navigationStyle": "default"
  174. }
  175. },
  176. {
  177. "path": "pages/addRemarks/addRemarks",
  178. "style": {
  179. "navigationBarTitleText": "订单备注",
  180. "enablePullDownRefresh": false
  181. }
  182. },
  183. {
  184. "path": "pages/onPay/onPay",
  185. "style": {
  186. "navigationBarTitleText": "自助结账"
  187. }
  188. },
  189. {
  190. "path": "pages/paySuccess/paySuccess",
  191. "style": {
  192. "navigationBarTitleText": "支付结果"
  193. }
  194. },
  195. {
  196. "path": "pages/couponList/couponList",
  197. "style": {
  198. "navigationBarTitleText": "我的优惠券",
  199. "enablePullDownRefresh": false
  200. }
  201. },
  202. {
  203. "path": "pages/coupon-list/coupon-list",
  204. "style": {
  205. "navigationBarTitleText": "领劵中心",
  206. "enablePullDownRefresh": false,
  207. "backgroundColor": "#FFF",
  208. "navigationBarBackgroundColor": "#745A42",
  209. "navigationBarTextStyle": "white"
  210. }
  211. },
  212. {
  213. "path": "pages/coupon-list/coupon-list-wf",
  214. "style": {
  215. "navigationBarTitleText": "领劵中心",
  216. "enablePullDownRefresh": false,
  217. "backgroundColor": "#FFF",
  218. "navigationBarBackgroundColor": "#745A42",
  219. "navigationBarTextStyle": "white"
  220. }
  221. },
  222. {
  223. "path": "pages/use-coupon-list/use-coupon-list",
  224. "style": {
  225. "navigationBarTitleText": "我的优惠劵",
  226. "enablePullDownRefresh": false,
  227. "backgroundColor": "#FFF",
  228. "navigationBarBackgroundColor": "#745A42",
  229. "navigationBarTextStyle": "white"
  230. }
  231. },
  232. {
  233. "path": "pages/shareList/shareList",
  234. "style": {
  235. "navigationBarTitleText": "分享记录",
  236. "enablePullDownRefresh": true
  237. }
  238. }, {
  239. "path": "pages/closeInfo/closeInfo",
  240. "style": {
  241. "navigationBarTitleText": "",
  242. "enablePullDownRefresh": false
  243. }
  244. }
  245. ,{
  246. "path" : "pages/my-calendar/my-calendar",
  247. "style" :
  248. {
  249. "navigationBarTitleText": "我的行程",
  250. "enablePullDownRefresh": false,
  251. "navigationBarBackgroundColor": "#593e2e"
  252. }
  253. }
  254. ,{
  255. "path" : "pages/equity/equity",
  256. "style" :
  257. {
  258. "navigationBarTitleText": "我的卡券",
  259. "enablePullDownRefresh": true,
  260. "backgroundColor": "#FFF",
  261. "navigationBarBackgroundColor": "#745A42",
  262. "navigationBarTextStyle": "white"
  263. }
  264. }
  265. ,{
  266. "path" : "pages/protocal/protocal",
  267. "style" :
  268. {
  269. "navigationBarTitleText": "隐私与协议",
  270. "enablePullDownRefresh": false
  271. }
  272. }
  273. ,{
  274. "path" : "pages/user-detail/user-detail",
  275. "style" :
  276. {
  277. "navigationBarTitleText": "用户资料信息",
  278. "enablePullDownRefresh": false,
  279. "backgroundColor": "#FFF",
  280. "navigationBarBackgroundColor": "#745A42",
  281. "navigationBarTextStyle": "white"
  282. }
  283. }
  284. ,{
  285. "path" : "pages/school/library/library",
  286. "style" :
  287. {
  288. "navigationBarTitleText": "图书馆",
  289. "enablePullDownRefresh": false,
  290. "navigationStyle": "custom"
  291. }
  292. }
  293. ,{
  294. "path" : "pages/theater/movie/movie",
  295. "style" :
  296. {
  297. "navigationBarTitleText": "影视剧介绍",
  298. "enablePullDownRefresh": false,
  299. "navigationStyle": "custom"
  300. }
  301. }
  302. ,{
  303. "path" : "pages/theater/chair-man/chair-man",
  304. "style" :
  305. {
  306. "navigationBarTitleText": "主持人介绍",
  307. "enablePullDownRefresh": false,
  308. "navigationStyle": "custom"
  309. }
  310. }
  311. ,{
  312. "path" : "pages/home/myhome",
  313. "style" :
  314. {
  315. "navigationBarTitleText": "我的",
  316. "enablePullDownRefresh": false,
  317. "navigationStyle": "custom"
  318. }
  319. } , {
  320. "path" : "pages/home/detail/detail",
  321. "style" :
  322. {
  323. "navigationBarTitleText": "场地详情",
  324. "enablePullDownRefresh": false,
  325. "backgroundColor": "#FFF",
  326. "navigationBarBackgroundColor": "#745A42",
  327. "navigationBarTextStyle": "white"
  328. }
  329. }
  330. ,{
  331. "path" : "pages/fitness/index/index",
  332. "style" :
  333. {
  334. "navigationBarTitleText": "健身首页",
  335. "enablePullDownRefresh": false,
  336. "navigationStyle": "custom"
  337. }
  338. }
  339. ,{
  340. "path" : "pages/fitness/teacher/teacher",
  341. "style" :
  342. {
  343. "navigationBarTitleText": "私教介绍",
  344. "enablePullDownRefresh": false,
  345. "navigationStyle": "custom"
  346. }
  347. }
  348. ,{
  349. "path" : "pages/fitness/Course/Course",
  350. "style" :
  351. {
  352. "navigationBarTitleText": "课程介绍",
  353. "enablePullDownRefresh": false,
  354. "navigationStyle": "custom"
  355. }
  356. }
  357. ,{
  358. "path" : "pages/Center/Center",
  359. "style" :
  360. {
  361. "navigationBarTitleText": "活动中心",
  362. "enablePullDownRefresh": false,
  363. "navigationStyle": "custom"
  364. }
  365. },
  366. {
  367. "path" : "pages/fitness/Reserve/Reserve",
  368. "style" :
  369. {
  370. "navigationBarTitleText" : "课程预约",
  371. "enablePullDownRefresh" : false,
  372. "navigationStyle": "custom"
  373. }
  374. },
  375. {
  376. "path" : "pages/school/index/index",
  377. "style" :
  378. {
  379. "navigationBarTitleText" : "爱心捐赠",
  380. "enablePullDownRefresh" : false,
  381. "navigationStyle": "custom"
  382. }
  383. }
  384. ],
  385. "globalStyle": {
  386. "navigationBarTextStyle": "white",
  387. "navigationBarTitleText": "coffunity时光驿站",
  388. "navigationBarBackgroundColor": "#ffffff",
  389. "backgroundColor": "#F8F8F8"
  390. },
  391. "tabBar": {
  392. "color": "#888888",
  393. "selectedColor": "#999999",
  394. "borderStyle": "black",
  395. "backgroundColor": "#FFFFFF",
  396. "custom": true,
  397. "list": [{
  398. "pagePath": "pages/home/home",
  399. "text": "场地",
  400. "iconPath": "static/images/ftMenu1.png",
  401. "selectedIconPath": "static/images/ftMenu1.png"
  402. },
  403. {
  404. "pagePath": "pages/theater/index/index",
  405. "text": "活动中心",
  406. "iconPath": "static/images/ftmenu2.png",
  407. "selectedIconPath": "static/images/ftmenu2.png"
  408. },
  409. {
  410. "pagePath": "pages/index/index",
  411. "text": "咖啡屋",
  412. "iconPath": "static/images/ftmenu3.png",
  413. "selectedIconPath": "static/images/ftmenu3.png"
  414. },
  415. {
  416. "pagePath": "pages/home/myhome",
  417. "text": "我的",
  418. "iconPath": "static/images/ftmenu5.png",
  419. "selectedIconPath": "static/images/ftmenu5.png"
  420. }
  421. ]
  422. }
  423. }