camera method
dynamic
camera()
拍照
Implementation
camera() {
if (!_checkWebEnable()) {
return;
}
_switchSelect(TYPE_CAMERA);
}
拍照
camera() {
if (!_checkWebEnable()) {
return;
}
_switchSelect(TYPE_CAMERA);
}