图书馆小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
350 B

2 weeks ago
1 week ago
2 weeks ago
  1. {
  2. "navigationBarTitleText": "我的借阅",
  3. "enablePullDownRefresh": true,
  4. "onReachBottomDistance": 100,
  5. "usingComponents": {
  6. "my-tabs": "/components/my-tabs/my-tabs",
  7. "uni-load-more": "/uni_modules/uni-load-more/components/uni-load-more/uni-load-more",
  8. "lending-list-item": "/components/lending-list-item/lending-list-item"
  9. }
  10. }