pages.json 9.6 KB

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