Commit 6945e4ec by Neo Turing

优化

parent 002a27c7
...@@ -725,7 +725,7 @@ namespace Kivii.Sample.ImageUploader ...@@ -725,7 +725,7 @@ namespace Kivii.Sample.ImageUploader
} }
catch (Exception ex) catch (Exception ex)
{ {
MessageBox.Show("相机模组未初始化完成,稍后重试"); MessageBox.Show(ex.Message, "相机模组未初始化");
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment