pages.json 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303
  1. {
  2. "pages": [{
  3. "path": "pages/index/index",
  4. "style": {
  5. "enablePullDownRefresh": true,
  6. // #ifdef MP
  7. "navigationStyle": "custom",
  8. // #endif
  9. // #ifndef MP
  10. "app-plus": {
  11. "titleNView": {
  12. "type": "transparent",
  13. "searchInput": {
  14. "backgroundColor": "rgba(231, 231, 231,.7)",
  15. "borderRadius": "16px",
  16. "placeholder": "请输入关键字",
  17. "disabled": true,
  18. "placeholderColor": "#606266",
  19. "align": "left"
  20. },
  21. "buttons": [{
  22. "fontSrc": "/static/yticon.ttf",
  23. "text": "\ue60d",
  24. "fontSize": "26",
  25. "color": "#303133",
  26. "float": "left",
  27. "background": "rgba(0,0,0,0)"
  28. },
  29. {
  30. "fontSrc": "/static/yticon.ttf",
  31. "text": "\ue744",
  32. "fontSize": "27",
  33. "color": "#303133",
  34. "background": "rgba(0,0,0,0)"
  35. }
  36. ]
  37. }
  38. },
  39. // #endif
  40. "navigationBarTitleText": "商城首页"
  41. }
  42. },
  43. {
  44. "path": "pages/public/register",
  45. "style": {
  46. "navigationBarTitleText": "注册",
  47. "app-plus": {
  48. "titleNView": {
  49. "type": "transparent"
  50. }
  51. }
  52. }
  53. }, {
  54. "path": "pages/public/login",
  55. "style": {
  56. "navigationBarTitleText": "登录",
  57. "app-plus": {
  58. "titleNView": {
  59. "type": "transparent"
  60. }
  61. }
  62. }
  63. },
  64. {
  65. "path": "pages/public/wxLogin",
  66. "style": {
  67. "navigationBarTitleText": "微信登录",
  68. "app-plus": {
  69. "titleNView": {
  70. "type": "transparent"
  71. }
  72. }
  73. }
  74. },
  75. {
  76. "path": "pages/public/forget",
  77. "style": {
  78. "navigationBarTitleText": "忘记密码",
  79. "app-plus": {
  80. "titleNView": {
  81. "type": "transparent"
  82. }
  83. }
  84. }
  85. },
  86. {
  87. "path": "pages/set/set",
  88. "style": {
  89. "navigationBarTitleText": "设置"
  90. }
  91. },
  92. {
  93. "path": "pages/set/address",
  94. "style": {
  95. "navigationBarTitleText": "收货地址"
  96. }
  97. },
  98. {
  99. "path": "pages/set/addressManage",
  100. "style": {
  101. "navigationBarTitleText": ""
  102. }
  103. },
  104. {
  105. "path": "pages/set/phone",
  106. "style": {
  107. "navigationBarTitleText": "实名认证"
  108. }
  109. },
  110. {
  111. "path": "pages/set/password",
  112. "style": {
  113. "navigationBarTitleText": "修改密码"
  114. }
  115. },
  116. {
  117. "path": "pages/set/userinfo",
  118. "style": {
  119. "navigationBarTitleText": "修改资料"
  120. }
  121. },
  122. {
  123. "path": "pages/user/user",
  124. "style": {
  125. // #ifndef MP-WEIXIN
  126. "navigationStyle": "custom",
  127. // "app-plus": {
  128. // "bounce": "none",
  129. // "titleNView": {
  130. // "type": "transparent",
  131. // "buttons": [{
  132. // "fontSrc": "/static/yticon.ttf",
  133. // "text": "\ue60f",
  134. // "fontSize": "24",
  135. // "color": "#303133",
  136. // "width": "46px",
  137. // "background": "rgba(0,0,0,0)"
  138. // },
  139. // {
  140. // "fontSrc": "/static/yticon.ttf",
  141. // "text": "\ue744",
  142. // "fontSize": "28",
  143. // "color": "#303133",
  144. // "background": "rgba(0,0,0,0)",
  145. // "redDot": true
  146. // }
  147. // ]
  148. // }
  149. // },
  150. // #endif
  151. "navigationBarTitleText": "个人中心"
  152. }
  153. },
  154. {
  155. "path": "pages/user/award",
  156. "style": {
  157. "navigationBarTitleText": "奖励明细",
  158. "app-plus": {
  159. "titleNView": {
  160. "type": "transparent"
  161. }
  162. }
  163. }
  164. },
  165. {
  166. "path": "pages/user/withdrawal",
  167. "style": {
  168. "navigationBarTitleText": "奖励提现"
  169. }
  170. },
  171. {
  172. "path": "pages/user/notice",
  173. "style": {
  174. "navigationBarTitleText": "通知"
  175. }
  176. },
  177. {
  178. "path": "pages/user/favorites",
  179. "style": {
  180. "navigationBarTitleText": "收藏夹"
  181. }
  182. }, {
  183. "path": "pages/user/coupon",
  184. "style": {
  185. "navigationBarTitleText": "我的卡卷"
  186. }
  187. },
  188. {
  189. "path": "pages/user/scoreAccumulate",
  190. "style": {
  191. "navigationBarTitleText": "积分明细"
  192. }
  193. },
  194. {
  195. "path": "pages/market/market",
  196. "style": {
  197. "navigationBarTitleText": "市场"
  198. }
  199. },
  200. {
  201. "path": "pages/assets/assets",
  202. "style": {
  203. "navigationBarTitleText": "资产"
  204. }
  205. },
  206. {
  207. "path": "pages/money/pay",
  208. "style": {
  209. "navigationBarTitleText": "支付"
  210. }
  211. },
  212. {
  213. "path": "pages/money/paySuccess",
  214. "style": {
  215. "navigationBarTitleText": "支付成功"
  216. }
  217. },
  218. {
  219. "path": "pages/money/wallet",
  220. "style": {
  221. "navigationBarTitleText": "我的钱包",
  222. "app-plus": {
  223. "titleNView": {
  224. "type": "transparent"
  225. }
  226. }
  227. }
  228. },
  229. {
  230. "path": "pages/money/account",
  231. "style": {
  232. "navigationBarTitleText": "提现账号"
  233. }
  234. },
  235. {
  236. "path": "pages/money/withdrawal",
  237. "style": {
  238. "navigationBarTitleText": "提现"
  239. }
  240. },
  241. {
  242. "path": "pages/money/recharge",
  243. "style": {
  244. "navigationBarTitleText": "充值"
  245. }
  246. },
  247. {
  248. "path": "pages/redirect/redirect",
  249. "style": {
  250. "navigationBarTitleText": "微信登录跳转页面",
  251. "app-plus": {
  252. "titleNView": false
  253. }
  254. }
  255. },
  256. {
  257. "path": "pages/user/shareQrCode",
  258. "style": {
  259. "navigationBarTitleText": "邀请好友"
  260. }
  261. }
  262. ],
  263. "globalStyle": {
  264. "navigationBarTextStyle": "black",
  265. "navigationBarTitleText": "uni-app",
  266. "navigationBarBackgroundColor": "#FFFFFF",
  267. "backgroundColor": "#f8f8f8"
  268. },
  269. "tabBar": {
  270. "color": "#C0C4CC",
  271. "selectedColor": "#44969D",
  272. "borderStyle": "black",
  273. "backgroundColor": "#ffffff",
  274. "list": [{
  275. "pagePath": "pages/index/index",
  276. "iconPath": "static/tabBar/tab-home.png",
  277. "selectedIconPath": "static/tabBar/tab-home-current.png",
  278. "text": "首页"
  279. },
  280. {
  281. "pagePath": "pages/market/market",
  282. "iconPath": "static/tabBar/tab-market.png",
  283. "selectedIconPath": "static/tabBar/tab-market-current.png",
  284. "text": "市场"
  285. },
  286. {
  287. "pagePath": "pages/assets/assets",
  288. "iconPath": "static/tabBar/tab-assets.png",
  289. "selectedIconPath": "static/tabBar/tab-assets-current.png",
  290. "text": "资产"
  291. },
  292. {
  293. "pagePath": "pages/user/user",
  294. "iconPath": "static/tabBar/tab-my.png",
  295. "selectedIconPath": "static/tabBar/tab-my-current.png",
  296. "text": "我的"
  297. }
  298. ]
  299. }
  300. }