pages.json 8.0 KB

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