TRX 1 ano atrás
pai
commit
84c04d320b

+ 2 - 2
FullCardClient/src/main/java/com/zhongshu/card/client/model/devices/DeviceInfoModel.java

@@ -47,8 +47,8 @@ public class DeviceInfoModel extends SuperModel {
     private String deviceModelStr;
 
     public String getDeviceModelStr() {
-        if (deviceModel != null) {
-            return deviceModel.getRemark();
+        if (specType != null) {
+            return specType.getRemark();
         }
         return "";
     }