13 lines
447 B
JSON
Raw Normal View History

2024-02-29 17:16:05 +08:00
{
2024-03-07 20:15:43 +08:00
"navigationBarTitleText": "访客预约",
2024-03-08 12:00:15 +08:00
"onReachBottomDistance": 100,
2024-03-07 20:15:43 +08:00
"usingComponents": {
"van-tab": "@vant/weapp/tab/index",
"van-tabs": "@vant/weapp/tabs/index",
"van-icon": "@vant/weapp/icon/index",
2024-03-08 12:00:15 +08:00
"van-button": "@vant/weapp/button/index",
"van-dialog": "@vant/weapp/dialog/index",
2024-03-10 17:21:44 +08:00
"van-field": "@vant/weapp/field/index",
"van-notify": "@vant/weapp/notify/index"
2024-03-07 20:15:43 +08:00
}
2024-02-29 17:16:05 +08:00
}