pages.json 7.4 KB

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