pages.json 9.7 KB

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