placeOrder.json 563 B

123456789101112131415
  1. {
  2. "navigationBarTitleText": "提交订单",
  3. "navigationBarBackgroundColor": "#ffffff",
  4. "navigationBarTextStyle": "black",
  5. "usingComponents": {
  6. "i-auth": "../../components/auth/index",
  7. "i-card": "../../components/card/index",
  8. "i-img": "../../components/img/index",
  9. "i-button": "../../components/button/index",
  10. "i-fixed-bottom": "../../components/fixed-bottom/index",
  11. "i-modal": "../../components/modal/index",
  12. "i-dialog": "../../components/dialog/index",
  13. "i-get-phone": "../../components/get-phone/index"
  14. }
  15. }