pages.json 8.3 KB

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