12345678910111213 |
- {
- "navigationBarTitleText": "活动详情",
- "enablePullDownRefresh": true,
- "backgroundColor": "#ff457b",
- "backgroundTextStyle": "light",
- "onReachBottomDistance": 50,
- "usingComponents": {
- "tui-skeleton": "/components/thorui/tui-skeleton/tui-skeleton",
- "tui-loadmore": "/components/thorui/tui-loadmore/tui-loadmore",
- "tui-nomore": "/components/thorui/tui-nomore/tui-nomore",
- "cm-drag": "/components/cm-module/cm-drag/cm-drag"
- }
- }
|