pages.json 7.1 KB

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