pages.json 9.2 KB

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