12345678910111213 |
- {
- "navigationBarTitleText": "司机注册",
- "navigationBarBackgroundColor": "#2C6CEC",
- "navigationBarTextStyle":"white",
- "usingComponents": {
- "car-num-input": "/components/CarNumInput/index",
- "van-icon": "@vant/weapp/icon/index",
- "van-cell-group": "@vant/weapp/cell-group/index",
- "van-field": "@vant/weapp/field/index",
- "van-button": "@vant/weapp/button/index"
- }
- }
|