12345678910 |
- {
- "navigationBarTitleText": "客户确认",
- "navigationBarBackgroundColor": "#28A1FF",
- "navigationBarTextStyle": "white",
- "enablePullDownRefresh": true,
- "usingComponents": {
- "nonedata":"../../../miniprogram/nonedata/nonedata",
- "calendar":"../../../miniprogram/miniprogram_npm/@vant/weapp/calendar/index"
- }
- }
|