pages.json 9.0 KB

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