pages.json 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368
  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/classify",
  90. "style": {
  91. "navigationBarTitleText": "商品列表"
  92. }
  93. },
  94. {
  95. "path": "pages/product/search",
  96. "style": {
  97. "enablePullDownRefresh": true,
  98. // #ifdef APP-PLUS
  99. "navigationStyle": "custom",
  100. // #endif
  101. // #ifndef MP || APP-PLUS
  102. "app-plus": {
  103. "titleNView": {
  104. "searchInput": {
  105. "backgroundColor": "rgba(231, 231, 231,.7)",
  106. "borderRadius": "16px",
  107. "placeholder": "请输入关键字",
  108. "disabled": false,
  109. "placeholderColor": "#606266",
  110. "align": "left"
  111. },
  112. "buttons": [{
  113. "text": "搜索",
  114. "fontSize": "14",
  115. "color": "#303133",
  116. "background": "rgba(0,0,0,0)",
  117. "width": "40px"
  118. }]
  119. }
  120. },
  121. // #endif
  122. "navigationBarTitleText": "搜索"
  123. }
  124. },
  125. {
  126. "path": "pages/set/set",
  127. "style": {
  128. "navigationBarTitleText": "设置"
  129. }
  130. },
  131. {
  132. "path": "pages/set/address",
  133. "style": {
  134. "navigationBarTitleText": "收货地址"
  135. }
  136. },
  137. {
  138. "path": "pages/set/addressManage",
  139. "style": {
  140. "navigationBarTitleText": ""
  141. }
  142. },
  143. {
  144. "path": "pages/set/phone",
  145. "style": {
  146. "navigationBarTitleText": "实名认证"
  147. }
  148. },
  149. {
  150. "path": "pages/set/password",
  151. "style": {
  152. "navigationBarTitleText": "修改密码"
  153. }
  154. },
  155. {
  156. "path": "pages/set/userinfo",
  157. "style": {
  158. "navigationBarTitleText": "修改资料"
  159. }
  160. }, {
  161. "path": "pages/cart/cart",
  162. "style": {
  163. "navigationBarTitleText": "购物车"
  164. }
  165. },
  166. {
  167. "path": "pages/user/user",
  168. "style": {
  169. // #ifndef MP-WEIXIN
  170. "navigationStyle": "custom",
  171. // #endif
  172. "navigationBarTitleText": "个人中心"
  173. }
  174. },
  175. {
  176. "path": "pages/user/award",
  177. "style": {
  178. "navigationBarTitleText": "",
  179. "navigationStyle": "custom",
  180. "app-plus": {
  181. "titleNView": {
  182. "type": "transparent"
  183. }
  184. }
  185. }
  186. },
  187. {
  188. "path": "pages/user/withdrawal",
  189. "style": {
  190. "navigationBarTitleText": "奖励提现"
  191. }
  192. },
  193. {
  194. "path": "pages/user/yjzz",
  195. "style": {
  196. "navigationBarTitleText": "转账"
  197. }
  198. },
  199. {
  200. "path": "pages/user/favorites",
  201. "style": {
  202. "navigationBarTitleText": "收藏夹"
  203. }
  204. },
  205. {
  206. "path": "pages/order/order",
  207. "style": {
  208. "navigationBarTitleText": "我的订单",
  209. "app-plus": {
  210. "bounce": "none"
  211. }
  212. }
  213. },
  214. {
  215. "path": "pages/order/expressInfo",
  216. "style": {
  217. "navigationBarTitleText": "快递详情"
  218. }
  219. },
  220. {
  221. "path": "pages/order/orderDetail",
  222. "style": {
  223. "navigationBarTitleText": "订单详情",
  224. "app-plus": {
  225. "bounce": "none"
  226. }
  227. }
  228. },
  229. {
  230. "path": "pages/order/evaluate",
  231. "style": {
  232. "navigationBarTitleText": "评论"
  233. }
  234. },
  235. {
  236. "path": "pages/order/orderRefund",
  237. "style": {
  238. "navigationBarTitleText": "申请退款"
  239. }
  240. },
  241. {
  242. "path": "pages/order/createOrder",
  243. "style": {
  244. "navigationBarTitleText": "创建订单"
  245. }
  246. }, {
  247. "path": "pages/money/pay",
  248. "style": {
  249. "navigationBarTitleText": "支付"
  250. }
  251. },
  252. {
  253. "path": "pages/money/paySuccess",
  254. "style": {
  255. "navigationBarTitleText": "支付成功"
  256. }
  257. },
  258. {
  259. "path": "pages/money/account",
  260. "style": {
  261. "navigationBarTitleText": "提现账号"
  262. }
  263. },
  264. {
  265. "path": "pages/money/withdrawal",
  266. "style": {
  267. "navigationBarTitleText": "提现"
  268. }
  269. },
  270. {
  271. "path": "pages/money/recharge",
  272. "style": {
  273. "navigationBarTitleText": "充值"
  274. }
  275. },
  276. {
  277. "path": "pages/category/category",
  278. "style": {
  279. // #ifdef APP-PLUS
  280. "navigationStyle": "custom",
  281. // #endif
  282. // #ifndef MP
  283. "app-plus": {
  284. "bounce": "none",
  285. "titleNView": {
  286. "searchInput": {
  287. "backgroundColor": "rgba(231, 231, 231,.7)",
  288. "borderRadius": "16px",
  289. "placeholder": "商品搜索",
  290. "disabled": true,
  291. "placeholderColor": "#606266",
  292. "align": "left"
  293. }
  294. }
  295. },
  296. // #endif
  297. "navigationBarTitleText": "分类"
  298. }
  299. },
  300. {
  301. "path": "pages/redirect/redirect",
  302. "style": {
  303. "navigationBarTitleText": "微信登录跳转页面",
  304. "app-plus": {
  305. "titleNView": false
  306. }
  307. }
  308. },
  309. {
  310. "path": "pages/user/shareQrCode",
  311. "style": {
  312. "navigationBarTitleText": "邀请好友"
  313. }
  314. },
  315. {
  316. "path": "pages/user/team",
  317. "style": {
  318. "navigationBarTitleText": "我的推广",
  319. "navigationStyle": "custom"
  320. }
  321. },
  322. {
  323. "path": "pages/user/yue",
  324. "style": {
  325. "navigationBarTitleText": "我的余额",
  326. "navigationStyle": "custom"
  327. }
  328. }
  329. ],
  330. "globalStyle": {
  331. "navigationBarTextStyle": "black",
  332. "navigationBarTitleText": "华中康新堂",
  333. "navigationBarBackgroundColor": "#FFFFFF",
  334. "backgroundColor": "#f8f8f8"
  335. },
  336. "tabBar": {
  337. "color": "#C0C4CC",
  338. "selectedColor": "#9C0B18",
  339. "borderStyle": "black",
  340. "backgroundColor": "#ffffff",
  341. "list": [{
  342. "pagePath": "pages/index/index",
  343. "iconPath": "static/tabBar/home.png",
  344. "selectedIconPath": "static/tabBar/home-action.png",
  345. "text": "首页"
  346. },
  347. {
  348. "pagePath": "pages/category/category",
  349. "iconPath": "static/tabBar/cate.png",
  350. "selectedIconPath": "static/tabBar/cate-action.png",
  351. "text": "分类"
  352. },
  353. {
  354. "pagePath": "pages/cart/cart",
  355. "iconPath": "static/tabBar/cart.png",
  356. "selectedIconPath": "static/tabBar/cart-action.png",
  357. "text": "购物车"
  358. },
  359. {
  360. "pagePath": "pages/user/user",
  361. "iconPath": "static/tabBar/user.png",
  362. "selectedIconPath": "static/tabBar/user-action.png",
  363. "text": "我的"
  364. }
  365. ]
  366. }
  367. }