home.json 343 B

123456789101112
  1. {
  2. "usingComponents": {
  3. "van-tab": "@vant/weapp/tab/index",
  4. "van-tabs": "@vant/weapp/tabs/index",
  5. "goods-item-large": "../../components/goods-item-large"
  6. },
  7. "navigationBarTitleText": "学习111",
  8. "backgroundColor": "#F6F6F6",
  9. "backgroundTextStyle": "dark",
  10. "enablePullDownRefresh": true,
  11. "onReachBottomDistance": 50
  12. }