pages.json 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513
  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/jf",
  228. // "style": {
  229. // // #ifndef MP-WEIXIN
  230. // "navigationStyle": "custom",
  231. // // #endif
  232. // "navigationBarTitleText": "我的贡献值"
  233. // }
  234. // },
  235. // {
  236. // "path": "pages/user/jhz",
  237. // "style": {
  238. // // #ifndef MP-WEIXIN
  239. // "navigationStyle": "custom",
  240. // // #endif
  241. // "navigationBarTitleText": "我的进货额"
  242. // }
  243. // },
  244. {
  245. "path": "pages/user/award",
  246. "style": {
  247. "navigationBarTitleText": "",
  248. "navigationStyle": "custom",
  249. "app-plus": {
  250. "titleNView": {
  251. "type": "transparent"
  252. }
  253. }
  254. }
  255. },
  256. // {
  257. // "path": "pages/user/sz",
  258. // "style": {
  259. // "navigationBarTitleText": "收支明细"
  260. // }
  261. // },
  262. // {
  263. // "path": "pages/user/smrz",
  264. // "style": {
  265. // "navigationBarTitleText": "实名认证"
  266. // }
  267. // },
  268. // {
  269. // "path": "pages/user/xccg",
  270. // "style": {
  271. // "navigationBarTitleText": "薪酬闯关"
  272. // }
  273. // },
  274. {
  275. "path": "pages/user/withdrawal",
  276. "style": {
  277. "navigationBarTitleText": "奖励提现"
  278. }
  279. },
  280. {
  281. "path": "pages/user/favorites",
  282. "style": {
  283. "navigationBarTitleText": "收藏夹"
  284. }
  285. },
  286. {
  287. "path": "pages/user/yjzye",
  288. "style": {
  289. "navigationBarTitleText": "佣金兑换"
  290. }
  291. },
  292. {
  293. "path": "pages/user/sqdl",
  294. "style": {
  295. "navigationBarTitleText": "收款信息"
  296. }
  297. },
  298. {
  299. "path": "pages/order/order",
  300. "style": {
  301. "navigationBarTitleText": "我的订单",
  302. "app-plus": {
  303. "bounce": "none"
  304. }
  305. }
  306. },
  307. {
  308. "path": "pages/order/expressInfo",
  309. "style": {
  310. "navigationBarTitleText": "快递详情"
  311. }
  312. },
  313. {
  314. "path": "pages/order/orderDetail",
  315. "style": {
  316. "navigationBarTitleText": "订单详情",
  317. "app-plus": {
  318. "bounce": "none"
  319. }
  320. }
  321. },
  322. {
  323. "path": "pages/order/evaluate",
  324. "style": {
  325. "navigationBarTitleText": "评论"
  326. }
  327. },
  328. // {
  329. // "path": "pages/order/hxqm",
  330. // "style": {
  331. // "navigationBarTitleText": "核销码"
  332. // }
  333. // },
  334. {
  335. "path": "pages/order/orderRefund",
  336. "style": {
  337. "navigationBarTitleText": "申请退款"
  338. }
  339. },
  340. {
  341. "path": "pages/order/createOrder",
  342. "style": {
  343. "navigationBarTitleText": "创建订单"
  344. }
  345. }, {
  346. "path": "pages/money/pay",
  347. "style": {
  348. "navigationBarTitleText": "支付"
  349. }
  350. },
  351. {
  352. "path": "pages/money/paySuccess",
  353. "style": {
  354. "navigationBarTitleText": "支付成功"
  355. }
  356. },
  357. {
  358. "path": "pages/money/wallet",
  359. "style": {
  360. "navigationBarTitleText": "我的钱包",
  361. "app-plus": {
  362. "titleNView": {
  363. "type": "transparent"
  364. }
  365. }
  366. }
  367. },
  368. {
  369. "path": "pages/money/account",
  370. "style": {
  371. "navigationBarTitleText": "提现账号"
  372. }
  373. },
  374. {
  375. "path": "pages/money/withdrawal",
  376. "style": {
  377. "navigationBarTitleText": "提现"
  378. }
  379. },
  380. {
  381. "path": "pages/money/recharge",
  382. "style": {
  383. "navigationBarTitleText": "充值"
  384. }
  385. },
  386. {
  387. "path": "pages/category/category",
  388. "style": {
  389. // #ifdef APP-PLUS
  390. "navigationStyle": "custom",
  391. // #endif
  392. // #ifndef MP
  393. "app-plus": {
  394. "bounce": "none",
  395. "titleNView": {
  396. "searchInput": {
  397. "backgroundColor": "rgba(231, 231, 231,.7)",
  398. "borderRadius": "16px",
  399. "placeholder": "商品搜索",
  400. "disabled": true,
  401. "placeholderColor": "#606266",
  402. "align": "left"
  403. }
  404. }
  405. },
  406. // #endif
  407. "navigationBarTitleText": "分类"
  408. }
  409. },
  410. {
  411. "path": "pages/redirect/redirect",
  412. "style": {
  413. "navigationBarTitleText": "微信登录跳转页面",
  414. "app-plus": {
  415. "titleNView": false
  416. }
  417. }
  418. },
  419. {
  420. "path": "pages/user/shareQrCode",
  421. "style": {
  422. "navigationBarTitleText": "邀请好友"
  423. }
  424. },
  425. // {
  426. // "path": "pages/user/hxqm",
  427. // "style": {
  428. // "navigationBarTitleText": "核销码"
  429. // }
  430. // },
  431. {
  432. "path": "pages/user/team",
  433. "style": {
  434. "navigationBarTitleText": "我的推广",
  435. "navigationStyle": "custom"
  436. }
  437. },
  438. {
  439. "path": "pages/user/xzdl",
  440. "style": {
  441. "navigationBarTitleText": "转账"
  442. }
  443. },
  444. // {
  445. // "path": "pages/user/userCard",
  446. // "style": {
  447. // "navigationBarTitleText": "我的卡券"
  448. // }
  449. // },
  450. {
  451. "path": "pages/user/yue",
  452. "style": {
  453. "navigationBarTitleText": "",
  454. "navigationStyle": "custom",
  455. "app-plus": {
  456. "titleNView": {
  457. "type": "transparent"
  458. }
  459. }
  460. }
  461. },
  462. {
  463. "path": "pages/user/yjzz",
  464. "style": {
  465. "navigationBarTitleText": "佣金转账"
  466. }
  467. }
  468. ],
  469. "globalStyle": {
  470. "navigationBarTextStyle": "black",
  471. "navigationBarTitleText": "侍草堂",
  472. "navigationBarBackgroundColor": "#FFFFFF",
  473. "backgroundColor": "#f8f8f8"
  474. },
  475. "tabBar": {
  476. "color": "#C0C4CC",
  477. "selectedColor": "#00B68E",
  478. "borderStyle": "black",
  479. "backgroundColor": "#ffffff",
  480. "list": [{
  481. "pagePath": "pages/index/index",
  482. "iconPath": "static/tabBar/home.png",
  483. "selectedIconPath": "static/tabBar/home-action.png",
  484. "text": "首页"
  485. },
  486. {
  487. "pagePath": "pages/category/category",
  488. "iconPath": "static/tabBar/cate.png",
  489. "selectedIconPath": "static/tabBar/cate-action.png",
  490. "text": "分类"
  491. },
  492. // {
  493. // "pagePath": "pages/zero/order",
  494. // "iconPath": "static/tabBar/shop.png",
  495. // "selectedIconPath": "static/tabBar/shop-action.png",
  496. // "text": "附近门店"
  497. // },
  498. {
  499. "pagePath": "pages/cart/cart",
  500. "iconPath": "static/tabBar/cart.png",
  501. "selectedIconPath": "static/tabBar/cart-action.png",
  502. "text": "购物车"
  503. },
  504. {
  505. "pagePath": "pages/user/user",
  506. "iconPath": "static/tabBar/user.png",
  507. "selectedIconPath": "static/tabBar/user-action.png",
  508. "text": "我的"
  509. }
  510. ]
  511. }
  512. }