select.json 426 B

123456789101112
  1. {
  2. "navigationBarTitleText": "选择商品",
  3. "navigationBarBackgroundColor": "#5677fc",
  4. "navigationBarTextStyle": "white",
  5. "usingComponents": {
  6. "tui-button": "../../components/extend/button/button",
  7. "tui-list-cell":"../../components/list-cell/list-cell",
  8. "tui-tag":"../../components/tag/tag",
  9. "tui-loadmore": "../../components/loadmore/loadmore",
  10. "tui-nomore": "../../components/nomore/nomore"
  11. }
  12. }