|
@@ -17,10 +17,10 @@ public class CameraUtils {
|
|
|
}
|
|
|
public static String getCameraTypeStr(Integer type){
|
|
|
switch (type){
|
|
|
- case 0 : return "四维看看";
|
|
|
- case 1 : return "四维看见";
|
|
|
- case 2 : return "四维深时";
|
|
|
- case 3 : return "四维深光";
|
|
|
+ case 1 : return "四维看看";
|
|
|
+ case 2 : return "四维看见";
|
|
|
+ case 3 : return "四维深时";
|
|
|
+ case 4 : return "四维深光";
|
|
|
}
|
|
|
return "";
|
|
|
}
|