collection.json 287 B

12345678910
  1. {
  2. "usingComponents": {
  3. "customer-tab": "../../components/customer-tab/index",
  4. "goods-item-normal": "../../components/goods-item-normal/index"
  5. },
  6. "backgroundColor": "#F6F6F6",
  7. "backgroundTextStyle": "dark",
  8. "enablePullDownRefresh": true,
  9. "onReachBottomDistance": 50
  10. }