pick method

dynamic pick()

相册选择

Implementation

pick() {
  if (!_checkWebEnable()) {
    return;
  }
  _switchSelect(TYPE_ALBUM);
}