123456789101112131415 |
- {
- "navigationBarTitleText": "课程",
- "navigationStyle": "custom",
- "scrollIndicator": "none",
- "bounce": "none",
- "usingComponenets": {
- "uni-popup": "/uni_modules/uni-popup/components/uni-popup/uni-popup"
- },
- "componentPlaceholder": {
- "uni-popup": "view"
- },
- "usingComponents": {
- "uni-popup": "../uni_modules/uni-popup/components/uni-popup/uni-popup"
- }
- }
|