用工小程序前端代码
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
423 B

7 months ago
  1. {
  2. "navigationBarTitleText": "微信登录",
  3. "navigationStyle": "custom",
  4. "navigationBarBackgroundColor": "#FF7A31",
  5. "navigationBarTextStyle": "white",
  6. "usingComponents": {
  7. "u-checkbox-group": "/uni_modules/uview-ui/components/u-checkbox-group/u-checkbox-group",
  8. "u-checkbox": "/uni_modules/uview-ui/components/u-checkbox/u-checkbox",
  9. "u-popup": "/uni_modules/uview-ui/components/u-popup/u-popup"
  10. }
  11. }