pages.json 10.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525
  1. {
  2. "pages": [{
  3. "path": "pages/index/index",
  4. "style": {
  5. "navigationBarTitleText": "青圃汇鑫选",
  6. "navigationStyle": "custom"
  7. }
  8. },
  9. {
  10. "path": "pages/index/artDetail",
  11. "style": {
  12. "navigationBarTitleText": "",
  13. "navigationStyle": "custom"
  14. }
  15. },
  16. {
  17. "path": "pages/index/dkf",
  18. "style": {
  19. "navigationBarTitleText": "开发中"
  20. }
  21. },
  22. {
  23. "path": "pages/index/gift",
  24. "style": {
  25. "navigationBarTitleText": "商品列表"
  26. }
  27. },
  28. {
  29. "path": "pages/index/jf",
  30. "style": {
  31. "navigationBarTitleText": "积分商品"
  32. }
  33. },
  34. {
  35. "path": "pages/index/storeDetail",
  36. "style": {
  37. "navigationBarTitleText": "商家店铺",
  38. "navigationBarBackgroundColor": "#1fd290",
  39. "navigationBarTextStyle": "white"
  40. }
  41. },
  42. // {
  43. // "path": "pages/index/jfGoods",
  44. // "style": {
  45. // "navigationBarTitleText": "积分商品"
  46. // }
  47. // },
  48. {
  49. "path": "pages/index/upApp",
  50. "style": {
  51. "navigationBarTitleText": "更新"
  52. }
  53. },
  54. // {
  55. // "path": "pages/index/gift",
  56. // "style": {
  57. // "enablePullDownRefresh": true,
  58. // "navigationBarTitleText": "VIP商品"
  59. // }
  60. // },
  61. // {
  62. // "path": "pages/zero/order",
  63. // "style": {
  64. // "navigationBarTitleText": "自提点"
  65. // }
  66. // },
  67. {
  68. "path": "pages/public/register",
  69. "style": {
  70. "navigationBarTitleText": "注册",
  71. "app-plus": {
  72. "titleNView": {
  73. "type": "transparent"
  74. }
  75. }
  76. }
  77. }, {
  78. "path": "pages/public/login",
  79. "style": {
  80. "navigationBarTitleText": "登录",
  81. "app-plus": {
  82. "titleNView": {
  83. "type": "transparent"
  84. }
  85. }
  86. }
  87. },
  88. {
  89. "path": "pages/public/wxLogin",
  90. "style": {
  91. "navigationBarTitleText": "微信登录",
  92. "app-plus": {
  93. "titleNView": {
  94. "type": "transparent"
  95. }
  96. }
  97. }
  98. },
  99. {
  100. "path": "pages/public/forget",
  101. "style": {
  102. "navigationBarTitleText": "忘记密码",
  103. "app-plus": {
  104. "titleNView": {
  105. "type": "transparent"
  106. }
  107. }
  108. }
  109. },
  110. {
  111. "path": "pages/public/privacyAgreement",
  112. "style": {
  113. "navigationBarTitleText": "隐私协议"
  114. }
  115. },
  116. {
  117. "path": "pages/product/reply",
  118. "style": {
  119. "navigationBarTitleText": "商品评价",
  120. "app-plus": {
  121. "titleNView": {
  122. "type": "transparent"
  123. }
  124. }
  125. }
  126. },
  127. {
  128. "path": "pages/product/product",
  129. "style": {
  130. "navigationBarTitleText": "详情展示",
  131. "app-plus": {
  132. "titleNView": {
  133. "type": "transparent"
  134. }
  135. }
  136. }
  137. },
  138. {
  139. "path": "pages/product/list",
  140. "style": {
  141. "enablePullDownRefresh": true,
  142. "navigationBarTitleText": "商品列表"
  143. }
  144. },
  145. {
  146. "path": "pages/product/search",
  147. "style": {
  148. "enablePullDownRefresh": true,
  149. // #ifdef APP-PLUS
  150. "navigationStyle": "custom",
  151. // #endif
  152. // #ifndef MP || APP-PLUS
  153. "app-plus": {
  154. "titleNView": {
  155. "searchInput": {
  156. "backgroundColor": "rgba(231, 231, 231,.7)",
  157. "borderRadius": "16px",
  158. "placeholder": "请输入关键字",
  159. "disabled": false,
  160. "placeholderColor": "#606266",
  161. "align": "left"
  162. },
  163. "buttons": [{
  164. "text": "搜索",
  165. "fontSize": "14",
  166. "color": "#303133",
  167. "background": "rgba(0,0,0,0)",
  168. "width": "40px"
  169. }]
  170. }
  171. },
  172. // #endif
  173. "navigationBarTitleText": "搜索"
  174. }
  175. },
  176. {
  177. "path": "pages/set/set",
  178. "style": {
  179. "navigationBarTitleText": "设置"
  180. }
  181. },
  182. {
  183. "path": "pages/set/address",
  184. "style": {
  185. "navigationBarTitleText": "收货地址"
  186. }
  187. },
  188. {
  189. "path": "pages/set/addressManage",
  190. "style": {
  191. "navigationBarTitleText": ""
  192. }
  193. },
  194. {
  195. "path": "pages/set/phone",
  196. "style": {
  197. "navigationBarTitleText": "实名认证"
  198. }
  199. },
  200. {
  201. "path": "pages/set/password",
  202. "style": {
  203. "navigationBarTitleText": "修改密码"
  204. }
  205. },
  206. {
  207. "path": "pages/set/userinfo",
  208. "style": {
  209. "navigationBarTitleText": "修改资料"
  210. }
  211. }, {
  212. "path": "pages/cart/cart",
  213. "style": {
  214. "navigationBarTitleText": "购物车"
  215. }
  216. },
  217. {
  218. "path": "pages/user/user",
  219. "style": {
  220. // #ifndef MP-WEIXIN
  221. "navigationStyle": "custom",
  222. // #endif
  223. "navigationBarTitleText": "个人中心"
  224. }
  225. },
  226. {
  227. "path": "pages/user/jxs",
  228. "style": {
  229. "navigationBarTitleText": "经销商中心"
  230. }
  231. },
  232. // {
  233. // "path": "pages/user/jf",
  234. // "style": {
  235. // // #ifndef MP-WEIXIN
  236. // "navigationStyle": "custom",
  237. // // #endif
  238. // "navigationBarTitleText": "我的贡献值"
  239. // }
  240. // },
  241. // {
  242. // "path": "pages/user/jhz",
  243. // "style": {
  244. // // #ifndef MP-WEIXIN
  245. // "navigationStyle": "custom",
  246. // // #endif
  247. // "navigationBarTitleText": "我的进货额"
  248. // }
  249. // },
  250. {
  251. "path": "pages/user/award",
  252. "style": {
  253. "navigationBarTitleText": "",
  254. "navigationStyle": "custom",
  255. "app-plus": {
  256. "titleNView": {
  257. "type": "transparent"
  258. }
  259. }
  260. }
  261. },
  262. // {
  263. // "path": "pages/user/sz",
  264. // "style": {
  265. // "navigationBarTitleText": "收支明细"
  266. // }
  267. // },
  268. // {
  269. // "path": "pages/user/smrz",
  270. // "style": {
  271. // "navigationBarTitleText": "实名认证"
  272. // }
  273. // },
  274. // {
  275. // "path": "pages/user/xccg",
  276. // "style": {
  277. // "navigationBarTitleText": "薪酬闯关"
  278. // }
  279. // },
  280. {
  281. "path": "pages/user/withdrawal",
  282. "style": {
  283. "navigationBarTitleText": "奖励提现"
  284. }
  285. },
  286. {
  287. "path": "pages/user/favorites",
  288. "style": {
  289. "navigationBarTitleText": "收藏夹"
  290. }
  291. },
  292. {
  293. "path": "pages/user/yjzye",
  294. "style": {
  295. "navigationBarTitleText": "佣金兑换"
  296. }
  297. },
  298. {
  299. "path": "pages/user/sqdl",
  300. "style": {
  301. "navigationBarTitleText": "收款信息"
  302. }
  303. },
  304. {
  305. "path": "pages/order/order",
  306. "style": {
  307. "navigationBarTitleText": "我的订单",
  308. "app-plus": {
  309. "bounce": "none"
  310. }
  311. }
  312. },
  313. {
  314. "path": "pages/order/expressInfo",
  315. "style": {
  316. "navigationBarTitleText": "快递详情"
  317. }
  318. },
  319. {
  320. "path": "pages/order/orderDetail",
  321. "style": {
  322. "navigationBarTitleText": "订单详情",
  323. "app-plus": {
  324. "bounce": "none"
  325. }
  326. }
  327. },
  328. {
  329. "path": "pages/order/evaluate",
  330. "style": {
  331. "navigationBarTitleText": "评论"
  332. }
  333. },
  334. // {
  335. // "path": "pages/order/hxqm",
  336. // "style": {
  337. // "navigationBarTitleText": "核销码"
  338. // }
  339. // },
  340. {
  341. "path": "pages/order/bx",
  342. "style": {
  343. "navigationBarTitleText": "报修"
  344. }
  345. },
  346. {
  347. "path": "pages/order/orderRefund",
  348. "style": {
  349. "navigationBarTitleText": "申请退款"
  350. }
  351. },
  352. {
  353. "path": "pages/order/createOrder",
  354. "style": {
  355. "navigationBarTitleText": "创建订单"
  356. }
  357. }, {
  358. "path": "pages/money/pay",
  359. "style": {
  360. "navigationBarTitleText": "支付"
  361. }
  362. },
  363. {
  364. "path": "pages/money/paySuccess",
  365. "style": {
  366. "navigationBarTitleText": "支付成功"
  367. }
  368. },
  369. {
  370. "path": "pages/money/wallet",
  371. "style": {
  372. "navigationBarTitleText": "我的钱包",
  373. "app-plus": {
  374. "titleNView": {
  375. "type": "transparent"
  376. }
  377. }
  378. }
  379. },
  380. {
  381. "path": "pages/money/account",
  382. "style": {
  383. "navigationBarTitleText": "提现账号"
  384. }
  385. },
  386. {
  387. "path": "pages/money/withdrawal",
  388. "style": {
  389. "navigationBarTitleText": "提现"
  390. }
  391. },
  392. {
  393. "path": "pages/money/recharge",
  394. "style": {
  395. "navigationBarTitleText": "充值"
  396. }
  397. },
  398. {
  399. "path": "pages/category/category",
  400. "style": {
  401. // #ifdef APP-PLUS
  402. "navigationStyle": "custom",
  403. // #endif
  404. // #ifndef MP
  405. "app-plus": {
  406. "bounce": "none",
  407. "titleNView": {
  408. "searchInput": {
  409. "backgroundColor": "rgba(231, 231, 231,.7)",
  410. "borderRadius": "16px",
  411. "placeholder": "商品搜索",
  412. "disabled": true,
  413. "placeholderColor": "#606266",
  414. "align": "left"
  415. }
  416. }
  417. },
  418. // #endif
  419. "navigationBarTitleText": "分类"
  420. }
  421. },
  422. {
  423. "path": "pages/redirect/redirect",
  424. "style": {
  425. "navigationBarTitleText": "微信登录跳转页面",
  426. "app-plus": {
  427. "titleNView": false
  428. }
  429. }
  430. },
  431. {
  432. "path": "pages/user/shareQrCode",
  433. "style": {
  434. "navigationBarTitleText": "邀请好友"
  435. }
  436. },
  437. // {
  438. // "path": "pages/user/hxqm",
  439. // "style": {
  440. // "navigationBarTitleText": "核销码"
  441. // }
  442. // },
  443. {
  444. "path": "pages/user/team",
  445. "style": {
  446. "navigationBarTitleText": "我的推广",
  447. "navigationStyle": "custom"
  448. }
  449. },
  450. {
  451. "path": "pages/user/xzdl",
  452. "style": {
  453. "navigationBarTitleText": "转账"
  454. }
  455. },
  456. // {
  457. // "path": "pages/user/userCard",
  458. // "style": {
  459. // "navigationBarTitleText": "我的卡券"
  460. // }
  461. // },
  462. {
  463. "path": "pages/user/yue",
  464. "style": {
  465. "navigationBarTitleText": "",
  466. "navigationStyle": "custom",
  467. "app-plus": {
  468. "titleNView": {
  469. "type": "transparent"
  470. }
  471. }
  472. }
  473. },
  474. {
  475. "path": "pages/user/yjzz",
  476. "style": {
  477. "navigationBarTitleText": "佣金转账"
  478. }
  479. }
  480. ],
  481. "globalStyle": {
  482. "navigationBarTextStyle": "black",
  483. "navigationBarTitleText": "青圃汇鑫选",
  484. "navigationBarBackgroundColor": "#FFFFFF",
  485. "backgroundColor": "#f8f8f8"
  486. },
  487. "tabBar": {
  488. "color": "#C0C4CC",
  489. "selectedColor": "#00B68E",
  490. "borderStyle": "black",
  491. "backgroundColor": "#ffffff",
  492. "list": [{
  493. "pagePath": "pages/index/index",
  494. "iconPath": "static/tabBar/home.png",
  495. "selectedIconPath": "static/tabBar/home-action.png",
  496. "text": "首页"
  497. },
  498. {
  499. "pagePath": "pages/category/category",
  500. "iconPath": "static/tabBar/cate.png",
  501. "selectedIconPath": "static/tabBar/cate-action.png",
  502. "text": "分类"
  503. },
  504. // {
  505. // "pagePath": "pages/zero/order",
  506. // "iconPath": "static/tabBar/shop.png",
  507. // "selectedIconPath": "static/tabBar/shop-action.png",
  508. // "text": "附近门店"
  509. // },
  510. {
  511. "pagePath": "pages/cart/cart",
  512. "iconPath": "static/tabBar/cart.png",
  513. "selectedIconPath": "static/tabBar/cart-action.png",
  514. "text": "购物车"
  515. },
  516. {
  517. "pagePath": "pages/user/user",
  518. "iconPath": "static/tabBar/user.png",
  519. "selectedIconPath": "static/tabBar/user-action.png",
  520. "text": "我的"
  521. }
  522. ]
  523. }
  524. }