pages.json 8.9 KB

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