camera method

dynamic camera()

拍照

Implementation

camera() {
  if (!_checkWebEnable()) {
    return;
  }
  _switchSelect(TYPE_CAMERA);
}