EP-WachatApp/eaterplanet_ecommerce/pages/order/placeOrder.json

17 lines
650 B
JSON

{
"navigationBarTitleText": "提交订单",
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTextStyle": "black",
"usingComponents": {
"ep-navBar": "../../components/navigation-bar",
"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-vip-price": "../../components/vipPrice/vipPrice",
"s-form": "../../components/s-form/index"
}
}