pages.json 8.7 KB

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