pages.json 10 KB

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