pages.json 7.6 KB

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