1234567891011121314 |
- {
- "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",
- "van-uploader": "@vant/weapp/uploader/index"
- }
- }
|