## 点击弹出


设置triggerType为['click']可以支持点击弹出

```json
{
    "body": [{
        "type": "dropdown",
        "buttonText": "helloworld",
        "triggerType": ["click"],
        "dropDownItems": [{
            "text": "A"
        }, {
            "text": "BBB",
            "link": "http://www.baidu.com"
        }]
    }]
}
```
