用工小程序前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
377 B

7 months ago
  1. {
  2. "navigationBarTitleText": "钱包",
  3. "navigationStyle": "default",
  4. "navigationBarBackgroundColor": "#FF7A31",
  5. "navigationBarTextStyle": "white",
  6. "usingComponents": {
  7. "u-tabs": "/uni_modules/uview-ui/components/u-tabs/u-tabs",
  8. "withdrawal-box": "/pages_subpack/wallet/component/withdrawal",
  9. "recharge-box": "/pages_subpack/wallet/component/recharge"
  10. }
  11. }