11 lines
322 B
JSON
11 lines
322 B
JSON
{
|
|
"navigationBarTitleText": "酒店首页",
|
|
"usingComponents": {
|
|
"van-icon": "../../../dist/icon/index",
|
|
"hotelList": "../../mycomponent/hotel/list/list",
|
|
"van-popup": "../../../dist/popup/index",
|
|
"datePicker": "../../mycomponent/hotel/date_picker/date_picker",
|
|
"van-slider": "../../../dist/slider/index"
|
|
}
|
|
}
|