placeOrder.json 598 B

12345678910111213141516
  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-vip-price": "../../components/vipPrice/vipPrice",
  14. "s-form": "../../components/s-form/index"
  15. }
  16. }