123456789101112131415 |
- {
- "navigationBarTitleText": "提交订单",
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black",
- "usingComponents": {
- "i-auth": "../../components/auth/index",
- "i-card": "../../components/card/index",
- "i-img": "../../components/img/index",
- "i-button": "../../components/button/index",
- "i-fixed-bottom": "../../components/fixed-bottom/index",
- "i-modal": "../../components/modal/index",
- "i-dialog": "../../components/dialog/index",
- "i-get-phone": "../../components/get-phone/index"
- }
- }
|