pages.json 6.1 KB

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