isu-elements
Version:
Polymer components for building web apps.
23 lines (22 loc) • 1.11 kB
JavaScript
const banks = [
{"id": 1, "label": "天猫银行", "business": "银行"},
{"id": 2, "label": "唯品会银行", "business": "银行"},
{"id": 3, "label": "腾讯银行", "business": "银行"},
{"id": 4, "label": "京东银行", "business": "银行"},
{"id": 5, "label": "淘宝银行", "business": "银行"},
{"id": 6, "label": "工商银行", "business": "银行"},
{"id": 7, "label": "招商银行", "business": "银行"},
{"id": 8, "label": "农业银行", "business": "银行"},
{"id": 9, "label": "中国银行", "business": "银行"},
{"id": 10, "label": "美林银行", "business": "银行"},
{"id": 11, "label": "德意志银行", "business": "银行"},
{"id": 12, "label": "香港银行", "business": "银行"}
];
const companies = [
{"id": 13, "label": "天猫", "business": "塑料"},
{"id": 14, "label": "唯品会", "business": "电商"},
{"id": 15, "label": "腾讯", "business": "游戏"},
{"id": 16, "label": "京东", "business": "电商"},
{"id": 17, "label": "淘宝", "business": "电商"}
];
export {banks, companies};