collection.json 442 B

12345678910111213
  1. {
  2. "usingComponents": {
  3. "customer-tab": "../../components/customer-tab/index",
  4. "goods-item-normal": "../../components/goods-item-normal/index",
  5. "business-item-normal": "../../components/business-item-normal",
  6. "van-loading": "@vant/weapp/loading/index"
  7. },
  8. "navigationBarTitleText": "收藏",
  9. "backgroundColor": "#F6F6F6",
  10. "backgroundTextStyle": "dark",
  11. "enablePullDownRefresh": true,
  12. "onReachBottomDistance": 50
  13. }